-fix time assertion introduce in last patch
[oweals/gnunet.git] / src / transport / gnunet-service-transport_clients.h
index 29c46c06b5be82c12e64c160788e7a1e14401739..f6d95eacc4ebd251402af256dbedee4e79522e4c 100644 (file)
@@ -85,6 +85,17 @@ GST_clients_broadcast_peer_notification (const struct GNUNET_PeerIdentity *peer,
     enum GNUNET_TRANSPORT_PeerState state,
     struct GNUNET_TIME_Absolute state_timeout);
 
+
+/**
+ * Broadcast the new validation changes to all clients monitoring the peer.
+ *
+ * @param peer peer this update is about (never NULL)
+ * @param address address, NULL on disconnect
+ * @param last_validation point in time when last validation was performed
+ * @param valid_until point in time how long address is valid
+ * @param next_validation point in time when next validation will be performed
+ * @param state state of validation notification
+ */
 void
 GST_clients_broadcast_validation_notification (
     const struct GNUNET_PeerIdentity *peer,