gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: DCE


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: DCE
Date: Thu, 16 Mar 2017 05:37:38 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 49dddeaf4 DCE
49dddeaf4 is described below

commit 49dddeaf404418ccb2bda1a40d7969b8dc37299e
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Mar 16 05:37:37 2017 +0100

    DCE
---
 src/util/mq.c | 18 ------------------
 1 file changed, 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
 
 
 /**
- * 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.
  *

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]