aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-30 14:47:59 +0200
committert3sserakt <t3ss@posteo.de>2021-07-30 14:47:59 +0200
commit4748af6e8e04347ceaeec09ccdfc04d740fa65f0 (patch)
tree1d0feeab3254c58b175e1376f72e7e2b92ec222d /src/include
parent1a542d67de29d6ed40706ca70988f79bfd00fb38 (diff)
downloadgnunet-4748af6e8e04347ceaeec09ccdfc04d740fa65f0.tar.gz
gnunet-4748af6e8e04347ceaeec09ccdfc04d740fa65f0.zip
- there are two helper running, but only one is doing the work of both. Therefore connecting peers does not work atm.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testing_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_testing_plugin.h b/src/include/gnunet_testing_plugin.h
index 8395e2a49..103eb23be 100644
--- a/src/include/gnunet_testing_plugin.h
+++ b/src/include/gnunet_testing_plugin.h
@@ -45,7 +45,8 @@ typedef void
45 write_message, char *router_ip, 45 write_message, char *router_ip,
46 char *node_ip, 46 char *node_ip,
47 char *n, 47 char *n,
48 char *m); 48 char *m,
49 char *local_m);
49 50
50typedef void 51typedef void
51(*GNUNET_TESTING_PLUGIN_ALL_PEERS_STARTED) (); 52(*GNUNET_TESTING_PLUGIN_ALL_PEERS_STARTED) ();