aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_statistics_service.h
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/include/gnunet_statistics_service.h
parent7217c601ad30760872823193d62307e7a335d226 (diff)
downloadgnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.tar.gz
gnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.zip
big scheduler refactoring, expect some issues
Diffstat (limited to 'src/include/gnunet_statistics_service.h')
-rw-r--r--src/include/gnunet_statistics_service.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/gnunet_statistics_service.h b/src/include/gnunet_statistics_service.h
index 71c834f2a..e22fe16d4 100644
--- a/src/include/gnunet_statistics_service.h
+++ b/src/include/gnunet_statistics_service.h
@@ -70,14 +70,12 @@ typedef int (*GNUNET_STATISTICS_Iterator) (void *cls,
70/** 70/**
71 * Get handle for the statistics service. 71 * Get handle for the statistics service.
72 * 72 *
73 * @param sched scheduler to use
74 * @param subsystem name of subsystem using the service 73 * @param subsystem name of subsystem using the service
75 * @param cfg services configuration in use 74 * @param cfg services configuration in use
76 * @return handle to use 75 * @return handle to use
77 */ 76 */
78struct GNUNET_STATISTICS_Handle 77struct GNUNET_STATISTICS_Handle
79 *GNUNET_STATISTICS_create (struct GNUNET_SCHEDULER_Handle *sched, 78 *GNUNET_STATISTICS_create (const char *subsystem,
80 const char *subsystem,
81 const struct GNUNET_CONFIGURATION_Handle *cfg); 79 const struct GNUNET_CONFIGURATION_Handle *cfg);
82 80
83 81