aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-08-28 18:01:10 +0200
committert3sserakt <t3ss@posteo.de>2020-08-28 18:01:10 +0200
commit72cb328c689aacf5a20a0107e5762c1749ea2886 (patch)
tree7514cda26e79f3663f093dddc1910c36258aad3b /src/include
parent2b552a5f5e85fab1c14af73735c0de61b46cc3dc (diff)
downloadgnunet-72cb328c689aacf5a20a0107e5762c1749ea2886.tar.gz
gnunet-72cb328c689aacf5a20a0107e5762c1749ea2886.zip
- fixed some bugs
Diffstat (limited to 'src/include')
-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