X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftestbed%2Fgnunet-service-test-barriers.c;h=efc9d56777e825e6adc7ebb2a89d607f2bfb0fe5;hb=db9c68c76d7a9eb3f200df9d0fcaf971387cb061;hp=52528d5232acccbdc661344c8733d0d754ce88ed;hpb=de547f838e21de9f847c0b357c41cbfa6ecbe967;p=oweals%2Fgnunet.git diff --git a/src/testbed/gnunet-service-test-barriers.c b/src/testbed/gnunet-service-test-barriers.c index 52528d523..efc9d5677 100644 --- a/src/testbed/gnunet-service-test-barriers.c +++ b/src/testbed/gnunet-service-test-barriers.c @@ -22,7 +22,7 @@ * @file testbed/gnunet-service-test-barriers.c * @brief Daemon acting as a service for testing testbed barriers. It is * started as a peer service and waits for a barrier to be crossed. - * @author Sree Harsha Totakura + * @author Sree Harsha Totakura */ #include "platform.h" @@ -81,7 +81,7 @@ barrier_wait_cb (void *cls, const char *name, int status) * * @param cls NULL * @param tc scheduler task context - * @return + * @return */ static void do_wait (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) @@ -99,7 +99,7 @@ do_wait (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) * @param cls NULL * @param args arguments passed to GNUNET_PROGRAM_run * @param cfgfile the path to configuration file - * @param cfg the configuration file handle + * @param config the configuration file handle */ static void run (void *cls, char *const *args, const char *cfgfile, @@ -126,7 +126,7 @@ int main (int argc, char **argv) GNUNET_GETOPT_OPTION_END }; int ret; - + ret = GNUNET_PROGRAM_run (argc, argv, "test-barriers", "nohelp", options, &run, NULL);