aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_monitoring.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_monitoring.c')
-rw-r--r--src/namestore/test_namestore_api_monitoring.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_api_monitoring.c b/src/namestore/test_namestore_api_monitoring.c
index 85d1659b4..2ea271d50 100644
--- a/src/namestore/test_namestore_api_monitoring.c
+++ b/src/namestore/test_namestore_api_monitoring.c
@@ -126,10 +126,9 @@ do_shutdown ()
126 * Re-establish the connection to the service. 126 * Re-establish the connection to the service.
127 * 127 *
128 * @param cls handle to use to re-connect. 128 * @param cls handle to use to re-connect.
129 * @param tc scheduler context
130 */ 129 */
131static void 130static void
132endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 131endbadly (void *cls)
133{ 132{
134 do_shutdown (); 133 do_shutdown ();
135 res = 1; 134 res = 1;
@@ -137,7 +136,7 @@ endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
137 136
138 137
139static void 138static void
140end (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 139end (void *cls)
141{ 140{
142 do_shutdown (); 141 do_shutdown ();
143 res = 0; 142 res = 0;