aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/statistics/test_statistics_api_watch.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/statistics/test_statistics_api_watch.c b/src/statistics/test_statistics_api_watch.c
index 310ee5a1f..4c44bd0ba 100644
--- a/src/statistics/test_statistics_api_watch.c
+++ b/src/statistics/test_statistics_api_watch.c
@@ -43,6 +43,7 @@ static struct GNUNET_STATISTICS_Handle *h2;
43 43
44static GNUNET_SCHEDULER_TaskIdentifier shutdown_task; 44static GNUNET_SCHEDULER_TaskIdentifier shutdown_task;
45 45
46
46static void 47static void
47force_shutdown (void *cls, 48force_shutdown (void *cls,
48 const struct GNUNET_SCHEDULER_TaskContext *tc) 49 const struct GNUNET_SCHEDULER_TaskContext *tc)
@@ -53,6 +54,7 @@ force_shutdown (void *cls,
53 ok = 7; 54 ok = 7;
54} 55}
55 56
57
56static void 58static void
57normal_shutdown (void *cls, 59normal_shutdown (void *cls,
58 const struct GNUNET_SCHEDULER_TaskContext *tc) 60 const struct GNUNET_SCHEDULER_TaskContext *tc)
@@ -61,6 +63,7 @@ normal_shutdown (void *cls,
61 GNUNET_STATISTICS_destroy (h2, GNUNET_NO); 63 GNUNET_STATISTICS_destroy (h2, GNUNET_NO);
62} 64}
63 65
66
64static int 67static int
65watch_1 (void *cls, 68watch_1 (void *cls,
66 const char *subsystem, 69 const char *subsystem,
@@ -79,6 +82,7 @@ watch_1 (void *cls,
79 return GNUNET_OK; 82 return GNUNET_OK;
80} 83}
81 84
85
82static int 86static int
83watch_2 (void *cls, 87watch_2 (void *cls,
84 const char *subsystem, 88 const char *subsystem,
@@ -97,6 +101,7 @@ watch_2 (void *cls,
97 return GNUNET_OK; 101 return GNUNET_OK;
98} 102}
99 103
104
100static void 105static void
101run (void *cls, 106run (void *cls,
102 char *const *args, 107 char *const *args,