aboutsummaryrefslogtreecommitdiff
path: root/src/template/gnunet-template.c
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/template/gnunet-template.c
parent7217c601ad30760872823193d62307e7a335d226 (diff)
downloadgnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.tar.gz
gnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.zip
big scheduler refactoring, expect some issues
Diffstat (limited to 'src/template/gnunet-template.c')
-rw-r--r--src/template/gnunet-template.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/template/gnunet-template.c b/src/template/gnunet-template.c
index cfc854016..cd4687fb7 100644
--- a/src/template/gnunet-template.c
+++ b/src/template/gnunet-template.c
@@ -37,14 +37,12 @@ static int ret;
37 * Main function that will be run by the scheduler. 37 * Main function that will be run by the scheduler.
38 * 38 *
39 * @param cls closure 39 * @param cls closure
40 * @param sched the scheduler to use
41 * @param args remaining command-line arguments 40 * @param args remaining command-line arguments
42 * @param cfgfile name of the configuration file used (for saving, can be NULL!) 41 * @param cfgfile name of the configuration file used (for saving, can be NULL!)
43 * @param cfg configuration 42 * @param cfg configuration
44 */ 43 */
45static void 44static void
46run (void *cls, 45run (void *cls,
47 struct GNUNET_SCHEDULER_Handle *sched,
48 char *const *args, 46 char *const *args,
49 const char *cfgfile, 47 const char *cfgfile,
50 const struct GNUNET_CONFIGURATION_Handle *cfg) 48 const struct GNUNET_CONFIGURATION_Handle *cfg)