aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api.c')
-rw-r--r--src/testbed/testbed_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c
index f291892c6..386850b89 100644
--- a/src/testbed/testbed_api.c
+++ b/src/testbed/testbed_api.c
@@ -1546,7 +1546,7 @@ mq_error_handler (void *cls, enum GNUNET_MQ_Error error)
1546 * @param event_mask bit mask with set of events to call 'cc' for; 1546 * @param event_mask bit mask with set of events to call 'cc' for;
1547 * or-ed values of "1LL" shifted by the 1547 * or-ed values of "1LL" shifted by the
1548 * respective 'enum GNUNET_TESTBED_EventType' 1548 * respective 'enum GNUNET_TESTBED_EventType'
1549 * (i.e. "(1LL << GNUNET_TESTBED_ET_CONNECT) | ...") 1549 * (e.g. "(1LL << GNUNET_TESTBED_ET_CONNECT) | ...")
1550 * @param cc controller callback to invoke on events 1550 * @param cc controller callback to invoke on events
1551 * @param cc_cls closure for cc 1551 * @param cc_cls closure for cc
1552 * @return handle to the controller 1552 * @return handle to the controller