gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36620 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r36620 - gnunet/src/testbed
Date: Thu, 29 Oct 2015 11:31:06 +0100

Author: grothoff
Date: 2015-10-29 11:31:06 +0100 (Thu, 29 Oct 2015)
New Revision: 36620

Modified:
   gnunet/src/testbed/gnunet-helper-testbed.c
Log:
-doxygen, indent

Modified: gnunet/src/testbed/gnunet-helper-testbed.c
===================================================================
--- gnunet/src/testbed/gnunet-helper-testbed.c  2015-10-29 10:26:34 UTC (rev 
36619)
+++ gnunet/src/testbed/gnunet-helper-testbed.c  2015-10-29 10:31:06 UTC (rev 
36620)
@@ -316,13 +316,13 @@
  * Functions with this signature are called whenever a
  * complete message is received by the tokenizer.
  *
- * Do not call GNUNET_SERVER_mst_destroy in callback
+ * Do not call #GNUNET_SERVER_mst_destroy() in this callback
  *
  * @param cls closure
  * @param client identification of the client
  * @param message the actual message
  *
- * @return GNUNET_OK on success, GNUNET_SYSERR to stop further processing
+ * @return #GNUNET_OK on success, #GNUNET_SYSERR to stop further processing
  */
 static int
 tokenizer_cb (void *cls, void *client,
@@ -463,8 +463,10 @@
       GNUNET_OS_start_process (PIPE_CONTROL,
                                GNUNET_OS_INHERIT_STD_ERR /*verbose? */ ,
                                NULL, NULL, NULL,
-                               binary, "gnunet-service-testbed", "-c",
-                               config, NULL);
+                               binary,
+                               "gnunet-service-testbed",
+                               "-c", config,
+                               NULL);
   GNUNET_free (binary);
   GNUNET_free (config);
   if (NULL == testbed)




reply via email to

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