aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.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/fs/gnunet-directory.c
parent7217c601ad30760872823193d62307e7a335d226 (diff)
downloadgnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.tar.gz
gnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.zip
big scheduler refactoring, expect some issues
Diffstat (limited to 'src/fs/gnunet-directory.c')
-rw-r--r--src/fs/gnunet-directory.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fs/gnunet-directory.c b/src/fs/gnunet-directory.c
index 8f58025c5..6de8206f1 100644
--- a/src/fs/gnunet-directory.c
+++ b/src/fs/gnunet-directory.c
@@ -106,14 +106,12 @@ print_entry (void *cls,
106 * Main function that will be run by the scheduler. 106 * Main function that will be run by the scheduler.
107 * 107 *
108 * @param cls closure 108 * @param cls closure
109 * @param sched the scheduler to use
110 * @param args remaining command-line arguments 109 * @param args remaining command-line arguments
111 * @param cfgfile name of the configuration file used (for saving, can be NULL!) 110 * @param cfgfile name of the configuration file used (for saving, can be NULL!)
112 * @param cfg configuration 111 * @param cfg configuration
113 */ 112 */
114static void 113static void
115run (void *cls, 114run (void *cls,
116 struct GNUNET_SCHEDULER_Handle *sched,
117 char *const *args, 115 char *const *args,
118 const char *cfgfile, 116 const char *cfgfile,
119 const struct GNUNET_CONFIGURATION_Handle *cfg) 117 const struct GNUNET_CONFIGURATION_Handle *cfg)