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.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/transport/gnunet-service-transport_clients.h b/src/transport/gnunet-service-transport_clients.h
index 9eee3699a..d85e1e340 100644
--- a/src/transport/gnunet-service-transport_clients.h
+++ b/src/transport/gnunet-service-transport_clients.h
@@ -97,24 +97,5 @@ void
97GST_clients_broadcast_disconnect (const struct GNUNET_PeerIdentity *peer); 97GST_clients_broadcast_disconnect (const struct GNUNET_PeerIdentity *peer);
98 98
99 99
100/**
101 * Broadcast the new validation changes to all clients monitoring the peer.
102 *
103 * @param peer peer this update is about (never NULL)
104 * @param address address, NULL on disconnect
105 * @param last_validation point in time when last validation was performed
106 * @param valid_until point in time how long address is valid
107 * @param next_validation point in time when next validation will be performed
108 * @param state state of validation notification
109 */
110void
111GST_clients_broadcast_validation_notification (const struct GNUNET_PeerIdentity *peer,
112 const struct GNUNET_HELLO_Address *address,
113 struct GNUNET_TIME_Absolute last_validation,
114 struct GNUNET_TIME_Absolute valid_until,
115 struct GNUNET_TIME_Absolute next_validation,
116 enum GNUNET_TRANSPORT_ValidationState state);
117
118
119#endif 100#endif
120/* end of file gnunet-service-transport_clients.h */ 101/* end of file gnunet-service-transport_clients.h */