From: Christian Grothoff Date: Thu, 16 Mar 2017 04:37:37 +0000 (+0100) Subject: DCE X-Git-Tag: gnunet-0.11.0rc0~280^2~3^2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=49dddeaf404418ccb2bda1a40d7969b8dc37299e;p=oweals%2Fgnunet.git DCE --- 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 @@ -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.