aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_connectionpool.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-08 23:14:40 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-08 23:14:40 +0000
commitc8672808c62055b755bae25964565353cfd05051 (patch)
treef0c5c8b832349b0e99cca35f651d4cd58a52fd76 /src/testbed/gnunet-service-testbed_connectionpool.h
parentf040dc7945a9f13204eb5820420c59e7d3178fb6 (diff)
downloadgnunet-c8672808c62055b755bae25964565353cfd05051.tar.gz
gnunet-c8672808c62055b755bae25964565353cfd05051.zip
API cleanup, rename GNUNET_TRANSPORT_check_neighbour_connected to GNUNET_TRANSPORT_check_peer_connected
Diffstat (limited to 'src/testbed/gnunet-service-testbed_connectionpool.h')
-rw-r--r--src/testbed/gnunet-service-testbed_connectionpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-service-testbed_connectionpool.h b/src/testbed/gnunet-service-testbed_connectionpool.h
index e2f25cce8..40afb4d7f 100644
--- a/src/testbed/gnunet-service-testbed_connectionpool.h
+++ b/src/testbed/gnunet-service-testbed_connectionpool.h
@@ -111,7 +111,7 @@ typedef void
111 * 111 *
112 * @note @a connect_notify_cb will not be called if @a target is 112 * @note @a connect_notify_cb will not be called if @a target is
113 * already connected @a service level. Use 113 * already connected @a service level. Use
114 * GNUNET_TRANSPORT_check_neighbour_connected() or a similar function from the 114 * GNUNET_TRANSPORT_check_peer_connected() or a similar function from the
115 * respective @a service's API to check if the target peer is already connected or 115 * respective @a service's API to check if the target peer is already connected or
116 * not. @a connect_notify_cb will be called only once or never (in case @a target 116 * not. @a connect_notify_cb will be called only once or never (in case @a target
117 * cannot be connected or is already connected). 117 * cannot be connected or is already connected).