aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/gnunet-service-statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/gnunet-service-statistics.c')
-rw-r--r--src/statistics/gnunet-service-statistics.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/statistics/gnunet-service-statistics.c b/src/statistics/gnunet-service-statistics.c
index 3aa3d5897..0126f149b 100644
--- a/src/statistics/gnunet-service-statistics.c
+++ b/src/statistics/gnunet-service-statistics.c
@@ -967,11 +967,9 @@ do_shutdown ()
967 * Task run during shutdown. 967 * Task run during shutdown.
968 * 968 *
969 * @param cls unused 969 * @param cls unused
970 * @param tc unused
971 */ 970 */
972static void 971static void
973shutdown_task (void *cls, 972shutdown_task (void *cls)
974 const struct GNUNET_SCHEDULER_TaskContext *tc)
975{ 973{
976 in_shutdown = GNUNET_YES; 974 in_shutdown = GNUNET_YES;
977 if (0 != client_count) 975 if (0 != client_count)