aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_connectionpool.c
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.c
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.c')
-rw-r--r--src/testbed/gnunet-service-testbed_connectionpool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-service-testbed_connectionpool.c b/src/testbed/gnunet-service-testbed_connectionpool.c
index a61b55c91..986b1ca3b 100644
--- a/src/testbed/gnunet-service-testbed_connectionpool.c
+++ b/src/testbed/gnunet-service-testbed_connectionpool.c
@@ -734,7 +734,7 @@ GST_connection_pool_destroy ()
734 * 734 *
735 * @note @a connect_notify_cb will not be called if @a target is 735 * @note @a connect_notify_cb will not be called if @a target is
736 * already connected @a service level. Use 736 * already connected @a service level. Use
737 * GNUNET_TRANSPORT_check_neighbour_connected() or a similar function from the 737 * GNUNET_TRANSPORT_check_peer_connected() or a similar function from the
738 * respective @a service's API to check if the target peer is already connected or 738 * respective @a service's API to check if the target peer is already connected or
739 * not. @a connect_notify_cb will be called only once or never (in case @a target 739 * not. @a connect_notify_cb will be called only once or never (in case @a target
740 * cannot be connected or is already connected). 740 * cannot be connected or is already connected).