From 75a33a1499cf60ea4364c9aa673816629a6c1413 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 5 Nov 2010 18:21:50 +0000 Subject: big scheduler refactoring, expect some issues --- src/include/gnunet_statistics_service.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/include/gnunet_statistics_service.h') 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, /** * Get handle for the statistics service. * - * @param sched scheduler to use * @param subsystem name of subsystem using the service * @param cfg services configuration in use * @return handle to use */ struct GNUNET_STATISTICS_Handle - *GNUNET_STATISTICS_create (struct GNUNET_SCHEDULER_Handle *sched, - const char *subsystem, + *GNUNET_STATISTICS_create (const char *subsystem, const struct GNUNET_CONFIGURATION_Handle *cfg); -- cgit v1.2.3