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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/statistics/gnunet-service-statistics.c b/src/statistics/gnunet-service-statistics.c
index 737ecd7a3..acf2a965f 100644
--- a/src/statistics/gnunet-service-statistics.c
+++ b/src/statistics/gnunet-service-statistics.c
@@ -291,7 +291,7 @@ save ()
291 struct StatsEntry *pos; 291 struct StatsEntry *pos;
292 char *fn; 292 char *fn;
293 struct GNUNET_BIO_WriteHandle *wh; 293 struct GNUNET_BIO_WriteHandle *wh;
294 294
295 uint16_t size; 295 uint16_t size;
296 unsigned long long total; 296 unsigned long long total;
297 297
@@ -716,7 +716,7 @@ handle_watch (void *cls, struct GNUNET_SERVER_Client *client,
716/** 716/**
717 * Actually perform the shutdown. 717 * Actually perform the shutdown.
718 */ 718 */
719static void 719static void
720do_shutdown () 720do_shutdown ()
721{ 721{
722 struct WatchEntry *we; 722 struct WatchEntry *we;
@@ -726,7 +726,7 @@ do_shutdown ()
726 return; 726 return;
727 save (); 727 save ();
728 GNUNET_SERVER_notification_context_destroy (nc); 728 GNUNET_SERVER_notification_context_destroy (nc);
729 nc = NULL; 729 nc = NULL;
730 GNUNET_assert (NULL == client_head); 730 GNUNET_assert (NULL == client_head);
731 while (NULL != (se = start)) 731 while (NULL != (se = start))
732 { 732 {