aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-22 20:22:59 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-22 20:22:59 +0000
commit9ffd65f2427a9f553eb5390800c3a6191d0bfb8a (patch)
treea3a90579b5bb24a0f863a15837358e98dbca19a1 /src/transport/gnunet-service-transport_neighbours.h
parent3a81c3e236a3679c0c0676d814c71d9ae5f38ec3 (diff)
downloadgnunet-9ffd65f2427a9f553eb5390800c3a6191d0bfb8a.tar.gz
gnunet-9ffd65f2427a9f553eb5390800c3a6191d0bfb8a.zip
fixing 1836
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 27f7aae31..09384bafd 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -200,8 +200,10 @@ GST_neighbours_session_terminated (const struct GNUNET_PeerIdentity *peer,
200 * @param session session to use (or NULL) 200 * @param session session to use (or NULL)
201 * @param ats performance data 201 * @param ats performance data
202 * @param ats_count number of entries in ats (excluding 0-termination) 202 * @param ats_count number of entries in ats (excluding 0-termination)
203 * @return GNUNET_YES if we are currently connected, GNUNET_NO if the
204 * connection is not up (yet)
203 */ 205 */
204void 206int
205GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer, 207GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer,
206 const char *plugin_name, const void *address, 208 const char *plugin_name, const void *address,
207 size_t address_len, struct Session *session, 209 size_t address_len, struct Session *session,