aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
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/include/gnunet_testbed_service.h
parenta2e8a59397b12df7e95af6fa888383aa526eb9bc (diff)
downloadgnunet-91e71fcc1220782798e349b66853fda27f2cd108.tar.gz
gnunet-91e71fcc1220782798e349b66853fda27f2cd108.zip
- docs
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 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