aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_reliability.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-19 20:07:50 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-19 20:07:50 +0000
commitd3e09b0fc04a2cf632271ff986c2411d76e4a9de (patch)
treec8ec1340cc9e4d54dd8525e826f6c0c4786b4a57 /src/core/test_core_api_reliability.c
parent27635aeb4a8cd9b48c30e15bf43d94f26819c6a7 (diff)
downloadgnunet-d3e09b0fc04a2cf632271ff986c2411d76e4a9de.tar.gz
gnunet-d3e09b0fc04a2cf632271ff986c2411d76e4a9de.zip
-fix ftbfs
Diffstat (limited to 'src/core/test_core_api_reliability.c')
-rw-r--r--src/core/test_core_api_reliability.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c
index 4d8d54028..cd2bcad83 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -159,7 +159,7 @@ do_shutdown (void *cls)
159 } 159 }
160 terminate_peer (&p1); 160 terminate_peer (&p1);
161 terminate_peer (&p2); 161 terminate_peer (&p2);
162 162
163} 163}
164 164
165 165
@@ -313,7 +313,7 @@ handle_test (void *cls,
313 { 313 {
314 send_message (p1.mq, 314 send_message (p1.mq,
315 tr_n); 315 tr_n);
316 } 316 }
317 } 317 }
318} 318}
319 319
@@ -327,7 +327,7 @@ init_notify (void *cls,
327 GNUNET_MQ_hd_var_size (test, 327 GNUNET_MQ_hd_var_size (test,
328 MTYPE, 328 MTYPE,
329 struct TestMessage, 329 struct TestMessage,
330 NULL); 330 NULL),
331 GNUNET_MQ_handler_end () 331 GNUNET_MQ_handler_end ()
332 }; 332 };
333 333
@@ -446,7 +446,7 @@ run (void *cls,
446 GNUNET_MQ_hd_fixed_size (test, 446 GNUNET_MQ_hd_fixed_size (test,
447 MTYPE, 447 MTYPE,
448 struct TestMessage, 448 struct TestMessage,
449 NULL); 449 NULL),
450 GNUNET_MQ_handler_end () 450 GNUNET_MQ_handler_end ()
451 }; 451 };
452 452