aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/test_consensus_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/test_consensus_api.c')
-rw-r--r--src/consensus/test_consensus_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consensus/test_consensus_api.c b/src/consensus/test_consensus_api.c
index d32bc06ed..235a67484 100644
--- a/src/consensus/test_consensus_api.c
+++ b/src/consensus/test_consensus_api.c
@@ -44,6 +44,7 @@ conclude_done (void *cls)
44 GNUNET_SCHEDULER_shutdown (); 44 GNUNET_SCHEDULER_shutdown ();
45} 45}
46 46
47
47static void 48static void
48on_new_element (void *cls, 49on_new_element (void *cls,
49 const struct GNUNET_SET_Element *element) 50 const struct GNUNET_SET_Element *element)
@@ -51,6 +52,7 @@ on_new_element (void *cls,
51 elements_received++; 52 elements_received++;
52} 53}
53 54
55
54static void 56static void
55insert_done (void *cls, int success) 57insert_done (void *cls, int success)
56{ 58{