DCE
authorChristian Grothoff <christian@grothoff.org>
Thu, 16 Mar 2017 04:37:37 +0000 (05:37 +0100)
committerChristian Grothoff <christian@grothoff.org>
Thu, 16 Mar 2017 04:37:37 +0000 (05:37 +0100)
src/util/mq.c

index e644994e8fd246458eea35b44ac8ddd303d6f6ee..90b2aa9687464afb8c5cc23a465c7fb66410dddd 100644 (file)
@@ -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.