summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-08-11 22:09:11 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-08-11 22:09:11 +0000
commit91e71fcc1220782798e349b66853fda27f2cd108 (patch)
treef49e7e8cd50d47c1df75792dbbaf84aa4567b760 /src
parenta2e8a59397b12df7e95af6fa888383aa526eb9bc (diff)
downloadgnunet-91e71fcc1220782798e349b66853fda27f2cd108.tar.gz
gnunet-91e71fcc1220782798e349b66853fda27f2cd108.zip
- docs
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_testbed_service.h2
-rw-r--r--src/testbed/testbed_api_services.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 19ce27b18..6249707d9 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -1267,7 +1267,7 @@ typedef void (*GNUNET_TESTBED_ServiceConnectCompletionCallback) (void *cls,
1267 * callback. The 'ca' callback is used to create the connection 1267 * callback. The 'ca' callback is used to create the connection
1268 * when the time is right; the 'da' callback will be used to 1268 * when the time is right; the 'da' callback will be used to
1269 * destroy the connection (upon 'GNUNET_TESTBED_operation_done'). 1269 * destroy the connection (upon 'GNUNET_TESTBED_operation_done').
1270 * 'GNUNET_TESTBED_operation_cancel' can be used to abort this 1270 * 'GNUNET_TESTBED_operation_done' can be used to abort this
1271 * operation until the event callback has been called. 1271 * operation until the event callback has been called.
1272 * 1272 *
1273 * @param op_cls closure to pass in operation event // FIXME: didn't we say we'd no longer use the global callback for these? -CG 1273 * @param op_cls closure to pass in operation event // FIXME: didn't we say we'd no longer use the global callback for these? -CG
diff --git a/src/testbed/testbed_api_services.c b/src/testbed/testbed_api_services.c
index ea618d8a8..86ec284ed 100644
--- a/src/testbed/testbed_api_services.c
+++ b/src/testbed/testbed_api_services.c
@@ -239,7 +239,7 @@ oprelease_service_connect (void *cls)
239 * callback. The 'ca' callback is used to create the connection 239 * callback. The 'ca' callback is used to create the connection
240 * when the time is right; the 'da' callback will be used to 240 * when the time is right; the 'da' callback will be used to
241 * destroy the connection (upon 'GNUNET_TESTBED_operation_done'). 241 * destroy the connection (upon 'GNUNET_TESTBED_operation_done').
242 * 'GNUNET_TESTBED_operation_cancel' can be used to abort this 242 * 'GNUNET_TESTBED_operation_done' can be used to abort this
243 * operation until the event callback has been called. 243 * operation until the event callback has been called.
244 * 244 *
245 * @param op_cls closure to pass in operation event 245 * @param op_cls closure to pass in operation event