aboutsummaryrefslogtreecommitdiff
path: root/src/monkey/gnunet-monkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkey/gnunet-monkey.c')
-rw-r--r--src/monkey/gnunet-monkey.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/monkey/gnunet-monkey.c b/src/monkey/gnunet-monkey.c
index d3018cf3e..f3dc238c8 100644
--- a/src/monkey/gnunet-monkey.c
+++ b/src/monkey/gnunet-monkey.c
@@ -115,14 +115,12 @@ int wait_for_stop(mi_h *h)
115 * Main function that will be run by the scheduler. 115 * Main function that will be run by the scheduler.
116 * 116 *
117 * @param cls closure 117 * @param cls closure
118 * @param s the scheduler to use
119 * @param args remaining command-line arguments 118 * @param args remaining command-line arguments
120 * @param cfgfile name of the configuration file used (for saving, can be NULL!) 119 * @param cfgfile name of the configuration file used (for saving, can be NULL!)
121 * @param c configuration 120 * @param c configuration
122 */ 121 */
123static void 122static void
124run (void *cls, 123run (void *cls,
125 struct GNUNET_SCHEDULER_Handle *s,
126 char *const *args, 124 char *const *args,
127 const char *cfgfile, 125 const char *cfgfile,
128 const struct GNUNET_CONFIGURATION_Handle *c) 126 const struct GNUNET_CONFIGURATION_Handle *c)