aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-31 14:53:02 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-31 14:53:02 +0000
commitf432fb9c61777efc0369d71dae9df1ad7e81f1c0 (patch)
treec14fa452f13f51e6899961da36d7e17a11e5e89d /src/include/gnunet_testbed_service.h
parentf941bca886b577fd14235686c3100accc2beb03c (diff)
downloadgnunet-f432fb9c61777efc0369d71dae9df1ad7e81f1c0.tar.gz
gnunet-f432fb9c61777efc0369d71dae9df1ad7e81f1c0.zip
doc
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-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