aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-01-30 09:22:40 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-01-30 09:22:40 +0000
commit8cc87399cf760b9fa3cbdb40bf71d1eb333c8434 (patch)
tree2d31e83f5bf94df202f7e391b845ed37f9796e58 /src/include/gnunet_transport_service.h
parent38b1b6e994856e41b9631d4c06d6cc9126f4b411 (diff)
downloadgnunet-8cc87399cf760b9fa3cbdb40bf71d1eb333c8434.tar.gz
gnunet-8cc87399cf760b9fa3cbdb40bf71d1eb333c8434.zip
forgot
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index bf14c11f8..76bf7210e 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -270,6 +270,19 @@ struct GNUNET_TRANSPORT_GetHelloHandle;
270 270
271 271
272/** 272/**
273 * Checks if a neighbour is connected
274 *
275 * @param handle connection to transport service
276 * @peer the peer to check
277 * @return GNUNET_YES or GNUNET_NO
278 *
279 */
280int
281GNUNET_TRANSPORT_check_neighbour_connected (struct GNUNET_TRANSPORT_Handle *handle,
282 const struct GNUNET_PeerIdentity *peer);
283
284
285/**
273 * Obtain updates on changes to the HELLO message for this peer. 286 * Obtain updates on changes to the HELLO message for this peer.
274 * 287 *
275 * @param handle connection to transport service 288 * @param handle connection to transport service