aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-16 05:37:37 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-16 05:37:37 +0100
commit49dddeaf404418ccb2bda1a40d7969b8dc37299e (patch)
tree397aa5204a520b1930f74c29f42f901320f4f2ec /src/util/mq.c
parentd23a815951413af100c74b38cdd09a01ca1c280a (diff)
downloadgnunet-49dddeaf404418ccb2bda1a40d7969b8dc37299e.tar.gz
gnunet-49dddeaf404418ccb2bda1a40d7969b8dc37299e.zip
DCE
Diffstat (limited to 'src/util/mq.c')
-rw-r--r--src/util/mq.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/util/mq.c b/src/util/mq.c
index e644994e8..90b2aa968 100644
--- a/src/util/mq.c
+++ b/src/util/mq.c
@@ -202,24 +202,6 @@ struct GNUNET_MQ_Handle
202 202
203 203
204/** 204/**
205 * Implementation-specific state for connection to
206 * client (MQ for server).
207 */
208struct ServerClientSocketState
209{
210 /**
211 * Handle of the client that connected to the server.
212 */
213 struct GNUNET_SERVER_Client *client;
214
215 /**
216 * Active transmission request to the client.
217 */
218 struct GNUNET_SERVER_TransmitHandle *th;
219};
220
221
222/**
223 * Call the message message handler that was registered 205 * Call the message message handler that was registered
224 * for the type of the given message in the given message queue. 206 * for the type of the given message in the given message queue.
225 * 207 *