projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d23a815
)
DCE
author
Christian Grothoff
<christian@grothoff.org>
Thu, 16 Mar 2017 04:37:37 +0000
(
05:37
+0100)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 16 Mar 2017 04:37:37 +0000
(
05:37
+0100)
src/util/mq.c
patch
|
blob
|
history
diff --git
a/src/util/mq.c
b/src/util/mq.c
index e644994e8fd246458eea35b44ac8ddd303d6f6ee..90b2aa9687464afb8c5cc23a465c7fb66410dddd 100644
(file)
--- a/
src/util/mq.c
+++ b/
src/util/mq.c
@@
-201,24
+201,6
@@
struct GNUNET_MQ_Handle
};
-/**
- * Implementation-specific state for connection to
- * client (MQ for server).
- */
-struct ServerClientSocketState
-{
- /**
- * Handle of the client that connected to the server.
- */
- struct GNUNET_SERVER_Client *client;
-
- /**
- * Active transmission request to the client.
- */
- struct GNUNET_SERVER_TransmitHandle *th;
-};
-
-
/**
* Call the message message handler that was registered
* for the type of the given message in the given message queue.