aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-12-10 12:41:05 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-12-10 12:41:05 +0000
commitb66f3385442b7f18c35488b300991da8467f5960 (patch)
treed14d5ffe0478c61d5e0c4e1a326c628c756f2529 /src/include/gnunet_testbed_service.h
parent4a2e78d14cbce252601d20f2f0795dd03aa34ef9 (diff)
downloadgnunet-b66f3385442b7f18c35488b300991da8467f5960.tar.gz
gnunet-b66f3385442b7f18c35488b300991da8467f5960.zip
- cleanup
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index ca39d26a7..645bfa37c 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -727,7 +727,7 @@ typedef void (*GNUNET_TESTBED_PeerCreateCallback) (void *cls,
727 * 'GNUNET_TESTBED_peer_get_information'. 727 * 'GNUNET_TESTBED_peer_get_information'.
728 * 728 *
729 * @param controller controller process to use 729 * @param controller controller process to use
730 * @param host host to run the peer on 730 * @param host host to run the peer on; cannot be NULL
731 * @param cfg Template configuration to use for the peer. Should exist until 731 * @param cfg Template configuration to use for the peer. Should exist until
732 * operation is cancelled or GNUNET_TESTBED_operation_done() is called 732 * operation is cancelled or GNUNET_TESTBED_operation_done() is called
733 * @param cb the callback to call when the peer has been created 733 * @param cb the callback to call when the peer has been created