-fix channel data range to make -1 legal value
[oweals/gnunet.git] / src / testbed / gnunet-service-test-barriers.c
index 52528d5232acccbdc661344c8733d0d754ce88ed..efc9d56777e825e6adc7ebb2a89d607f2bfb0fe5 100644 (file)
@@ -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 <sreeharsha@totakura.in> 
+ * @author Sree Harsha Totakura <sreeharsha@totakura.in>
  */
 
 #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);