aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_clients.h')
-rw-r--r--src/transport/gnunet-service-transport_clients.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_clients.h b/src/transport/gnunet-service-transport_clients.h
index 29c46c06b..f6d95eacc 100644
--- a/src/transport/gnunet-service-transport_clients.h
+++ b/src/transport/gnunet-service-transport_clients.h
@@ -85,6 +85,17 @@ GST_clients_broadcast_peer_notification (const struct GNUNET_PeerIdentity *peer,
85 enum GNUNET_TRANSPORT_PeerState state, 85 enum GNUNET_TRANSPORT_PeerState state,
86 struct GNUNET_TIME_Absolute state_timeout); 86 struct GNUNET_TIME_Absolute state_timeout);
87 87
88
89/**
90 * Broadcast the new validation changes to all clients monitoring the peer.
91 *
92 * @param peer peer this update is about (never NULL)
93 * @param address address, NULL on disconnect
94 * @param last_validation point in time when last validation was performed
95 * @param valid_until point in time how long address is valid
96 * @param next_validation point in time when next validation will be performed
97 * @param state state of validation notification
98 */
88void 99void
89GST_clients_broadcast_validation_notification ( 100GST_clients_broadcast_validation_notification (
90 const struct GNUNET_PeerIdentity *peer, 101 const struct GNUNET_PeerIdentity *peer,