gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27618 - gnunet/src/set


From: gnunet
Subject: [GNUnet-SVN] r27618 - gnunet/src/set
Date: Wed, 26 Jun 2013 12:47:53 +0200

Author: dold
Date: 2013-06-26 12:47:53 +0200 (Wed, 26 Jun 2013)
New Revision: 27618

Modified:
   gnunet/src/set/gnunet-service-set.h
   gnunet/src/set/gnunet-service-set_union.c
Log:
comment


Modified: gnunet/src/set/gnunet-service-set.h
===================================================================
--- gnunet/src/set/gnunet-service-set.h 2013-06-26 10:16:15 UTC (rev 27617)
+++ gnunet/src/set/gnunet-service-set.h 2013-06-26 10:47:53 UTC (rev 27618)
@@ -258,10 +258,13 @@
 
 
 /**
- * Configuration of the local peer
+ * Configuration of the local peer.
  */
 extern const struct GNUNET_CONFIGURATION_Handle *configuration;
 
+/**
+ * Handle to the mesh service.
+ */
 extern struct GNUNET_MESH_Handle *mesh;
 
 
@@ -346,7 +349,8 @@
  * @param tunnel mesh tunnel
  * @param tunnel_ctx tunnel context
  * @param mh message to process
- * @return ???
+ * @return GNUNET_SYSERR if the tunnel should be disconnected,
+ *         GNUNET_OK otherwise
  */
 int
 _GSS_union_handle_p2p_message (void *cls,

Modified: gnunet/src/set/gnunet-service-set_union.c
===================================================================
--- gnunet/src/set/gnunet-service-set_union.c   2013-06-26 10:16:15 UTC (rev 
27617)
+++ gnunet/src/set/gnunet-service-set_union.c   2013-06-26 10:47:53 UTC (rev 
27618)
@@ -1324,7 +1324,8 @@
  * @param tunnel mesh tunnel
  * @param tunnel_ctx tunnel context
  * @param mh message to process
- * @return ???
+ * @return GNUNET_SYSERR if the tunnel should be disconnected,
+ *         GNUNET_OK otherwise
  */
 int
 _GSS_union_handle_p2p_message (void *cls,




reply via email to

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