aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-06 22:10:48 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-06 22:10:48 +0000
commit5c862712d9c389fced47fde9abdc9458da319aef (patch)
tree3d17ba8b4fc5ef821882b65aaf6c3d1a798c6ed3 /src/transport/gnunet-service-transport_clients.h
parent55c16b6ab6a83a594303efccff1e59a022470982 (diff)
downloadgnunet-5c862712d9c389fced47fde9abdc9458da319aef.tar.gz
gnunet-5c862712d9c389fced47fde9abdc9458da319aef.zip
removing GNUNET_TRANSPORT_monitor_validation-API
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 */