aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_testbed_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 5f0d70089..0236d82af 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -645,7 +645,8 @@ typedef void (*GNUNET_TESTBED_PeerCreateCallback) (void *cls,
645 * 645 *
646 * @param controller controller process to use 646 * @param controller controller process to use
647 * @param host host to run the peer on 647 * @param host host to run the peer on
648 * @param cfg configuration to use for the peer 648 * @param cfg Template configuration to use for the peer. Should exist until
649 * operation is cancelled or GNUNET_TESTBED_operation_done() is called
649 * @param cb the callback to call when the peer has been created 650 * @param cb the callback to call when the peer has been created
650 * @param cls the closure to the above callback 651 * @param cls the closure to the above callback
651 * @return the operation handle 652 * @return the operation handle