aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-01-17 13:59:34 +0000
committerChristian Grothoff <christian@grothoff.org>2013-01-17 13:59:34 +0000
commitb2671f5cb4e45f6902b0cfe05147b18d36bb2788 (patch)
treec20803bcbdc918f30eb7500e561d709b3e344c36 /src/include/gnunet_testbed_service.h
parentec16981c9b561e1aa7c4aca4a2407fcd524c591a (diff)
downloadgnunet-b2671f5cb4e45f6902b0cfe05147b18d36bb2788.tar.gz
gnunet-b2671f5cb4e45f6902b0cfe05147b18d36bb2788.zip
-note for API discussion with Sree
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 ada7d0988..01d7f7f93 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -1212,7 +1212,7 @@ typedef void (*GNUNET_TESTBED_ServiceConnectCompletionCallback) (void *cls,
1212 * 'GNUNET_TESTBED_operation_cancel' can be used to abort this 1212 * 'GNUNET_TESTBED_operation_cancel' can be used to abort this
1213 * operation until the event callback has been called. 1213 * operation until the event callback has been called.
1214 * 1214 *
1215 * @param op_cls closure to pass in operation event 1215 * @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
1216 * @param peer peer that runs the service 1216 * @param peer peer that runs the service
1217 * @param service_name name of the service to connect to 1217 * @param service_name name of the service to connect to
1218 * @param cb the callback to call when this operation finishes 1218 * @param cb the callback to call when this operation finishes