aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-28 13:02:55 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-28 13:02:55 +0000
commit47cdfc6435d41f410ac7b9d25701905fbdeed6ea (patch)
treec0d827ea09bc5e3156897156fd5ecda371d32417 /src/transport/gnunet-service-transport_clients.h
parent78b3c3c0c977d4686cabfc8291d082e517f66998 (diff)
downloadgnunet-47cdfc6435d41f410ac7b9d25701905fbdeed6ea.tar.gz
gnunet-47cdfc6435d41f410ac7b9d25701905fbdeed6ea.zip
-fix #4025
Diffstat (limited to 'src/transport/gnunet-service-transport_clients.h')
-rw-r--r--src/transport/gnunet-service-transport_clients.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_clients.h b/src/transport/gnunet-service-transport_clients.h
index a7cfe7815..d46fd82ca 100644
--- a/src/transport/gnunet-service-transport_clients.h
+++ b/src/transport/gnunet-service-transport_clients.h
@@ -88,6 +88,16 @@ GST_clients_broadcast_peer_notification (const struct GNUNET_PeerIdentity *peer,
88 88
89 89
90/** 90/**
91 * Notify all clients about a disconnect, and cancel
92 * pending SEND_OK messages for this peer.
93 *
94 * @param peer peer that disconnected
95 */
96void
97GST_clients_broadcast_disconnect (const struct GNUNET_PeerIdentity *peer);
98
99
100/**
91 * Broadcast the new validation changes to all clients monitoring the peer. 101 * Broadcast the new validation changes to all clients monitoring the peer.
92 * 102 *
93 * @param peer peer this update is about (never NULL) 103 * @param peer peer this update is about (never NULL)