aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_communication_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-05 21:49:16 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-05 21:49:16 +0200
commit6656636f73c1e6d12403fe1ea86e0e0c13ab0cc3 (patch)
tree51c16de1f4ac5c45f8f48a7150df9f13b0824190 /src/include/gnunet_transport_communication_service.h
parentafc13e32896257b7ed0e5aa88e280950419148ac (diff)
parentac165b5babe8a0fb77177aafc9990abefb053c0f (diff)
downloadgnunet-6656636f73c1e6d12403fe1ea86e0e0c13ab0cc3.tar.gz
gnunet-6656636f73c1e6d12403fe1ea86e0e0c13ab0cc3.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
Diffstat (limited to 'src/include/gnunet_transport_communication_service.h')
-rw-r--r--src/include/gnunet_transport_communication_service.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_communication_service.h b/src/include/gnunet_transport_communication_service.h
index ea6b95e2d..431b9a671 100644
--- a/src/include/gnunet_transport_communication_service.h
+++ b/src/include/gnunet_transport_communication_service.h
@@ -336,6 +336,14 @@ void
336GNUNET_TRANSPORT_communicator_address_remove ( 336GNUNET_TRANSPORT_communicator_address_remove (
337 struct GNUNET_TRANSPORT_AddressIdentifier *ai); 337 struct GNUNET_TRANSPORT_AddressIdentifier *ai);
338 338
339/**
340 * Notify transport service that this communicator no longer provides all its addresses for this peer.
341 *
342 * @param ch The communicator handle.
343 */
344void
345GNUNET_TRANSPORT_communicator_address_remove_all (
346 struct GNUNET_TRANSPORT_CommunicatorHandle *ch);
339 347
340/** 348/**
341 * The communicator asks the transport service to route a message via 349 * The communicator asks the transport service to route a message via