aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_statistics_service.h
diff options
context:
space:
mode:
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