aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_test.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-04-25 16:02:08 +0200
committert3sserakt <t3ss@posteo.de>2021-04-25 16:02:52 +0200
commitcef6317f17a706647c0a5d5f7e52548a7130b713 (patch)
treecc29c4d4c2ae83115a313b32653757e370b88c6c /src/testbed/testbed_api_test.c
parent9ffa19269054bf1e569fe584c0c51a00205a735d (diff)
parentb996ba4156678b6a0a551b9a932867b2ade42344 (diff)
downloadgnunet-cef6317f17a706647c0a5d5f7e52548a7130b713.tar.gz
gnunet-cef6317f17a706647c0a5d5f7e52548a7130b713.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'src/testbed/testbed_api_test.c')
-rw-r--r--src/testbed/testbed_api_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/testbed_api_test.c b/src/testbed/testbed_api_test.c
index 30dbe455d..dd43cf2f6 100644
--- a/src/testbed/testbed_api_test.c
+++ b/src/testbed/testbed_api_test.c
@@ -109,7 +109,7 @@ run (void *cls, char *const *args, const char *cfgfile,
109 * @param event_mask bit mask with set of events to call 'cc' for; 109 * @param event_mask bit mask with set of events to call 'cc' for;
110 * or-ed values of "1LL" shifted by the 110 * or-ed values of "1LL" shifted by the
111 * respective 'enum GNUNET_TESTBED_EventType' 111 * respective 'enum GNUNET_TESTBED_EventType'
112 * (i.e. "(1LL << GNUNET_TESTBED_ET_CONNECT) || ...") 112 * (e.g. "(1LL << GNUNET_TESTBED_ET_CONNECT) || ...")
113 * @param cc controller callback to invoke on events; This callback is called 113 * @param cc controller callback to invoke on events; This callback is called
114 * for all peer start events even if GNUNET_TESTBED_ET_PEER_START isn't 114 * for all peer start events even if GNUNET_TESTBED_ET_PEER_START isn't
115 * set in the event_mask as this is the only way get access to the 115 * set in the event_mask as this is the only way get access to the