-skeletons for transport-ng
[oweals/gnunet.git] / src / include / gnunet_server_lib.h
index 1ad2fc8b77e27b826482cbf06ecb51b8bfca4f1c..0ea9a18eba22e4f827b7c3a1045436789180fdd6 100644 (file)
@@ -728,6 +728,16 @@ unsigned int
 GNUNET_SERVER_notification_context_get_size (struct GNUNET_SERVER_NotificationContext *nc);
 
 
+/**
+ * Create a message queue for a server's client.
+ *
+ * @param client the client
+ * @return the message queue
+ */
+struct GNUNET_MQ_Handle *
+GNUNET_MQ_queue_for_server_client (struct GNUNET_SERVER_Client *client);
+
+
 /**
  * Handle to a message stream tokenizer.
  */