aboutsummaryrefslogtreecommitdiff
path: root/src/monkey
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-11-05 18:21:50 +0000
committerNathan S. Evans <evans@in.tum.de>2010-11-05 18:21:50 +0000
commit75a33a1499cf60ea4364c9aa673816629a6c1413 (patch)
tree0620da4312bb04de4d7b65074fdd3b0c3dd6cc0e /src/monkey
parent7217c601ad30760872823193d62307e7a335d226 (diff)
downloadgnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.tar.gz
gnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.zip
big scheduler refactoring, expect some issues
Diffstat (limited to 'src/monkey')
-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)