aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-test-barriers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-test-barriers.c')
-rw-r--r--src/testbed/gnunet-service-test-barriers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testbed/gnunet-service-test-barriers.c b/src/testbed/gnunet-service-test-barriers.c
index f22deb57e..efc9d5677 100644
--- a/src/testbed/gnunet-service-test-barriers.c
+++ b/src/testbed/gnunet-service-test-barriers.c
@@ -22,7 +22,7 @@
22 * @file testbed/gnunet-service-test-barriers.c 22 * @file testbed/gnunet-service-test-barriers.c
23 * @brief Daemon acting as a service for testing testbed barriers. It is 23 * @brief Daemon acting as a service for testing testbed barriers. It is
24 * started as a peer service and waits for a barrier to be crossed. 24 * started as a peer service and waits for a barrier to be crossed.
25 * @author Sree Harsha Totakura <sreeharsha@totakura.in> 25 * @author Sree Harsha Totakura <sreeharsha@totakura.in>
26 */ 26 */
27 27
28#include "platform.h" 28#include "platform.h"
@@ -81,7 +81,7 @@ barrier_wait_cb (void *cls, const char *name, int status)
81 * 81 *
82 * @param cls NULL 82 * @param cls NULL
83 * @param tc scheduler task context 83 * @param tc scheduler task context
84 * @return 84 * @return
85 */ 85 */
86static void 86static void
87do_wait (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 87do_wait (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
@@ -126,7 +126,7 @@ int main (int argc, char **argv)
126 GNUNET_GETOPT_OPTION_END 126 GNUNET_GETOPT_OPTION_END
127 }; 127 };
128 int ret; 128 int ret;
129 129
130 ret = 130 ret =
131 GNUNET_PROGRAM_run (argc, argv, 131 GNUNET_PROGRAM_run (argc, argv,
132 "test-barriers", "nohelp", options, &run, NULL); 132 "test-barriers", "nohelp", options, &run, NULL);