aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_clients.c')
-rw-r--r--src/transport/gnunet-service-transport_clients.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_clients.c b/src/transport/gnunet-service-transport_clients.c
index 7b47bb6f5..653becf39 100644
--- a/src/transport/gnunet-service-transport_clients.c
+++ b/src/transport/gnunet-service-transport_clients.c
@@ -1379,12 +1379,14 @@ GST_clients_broadcast_peer_notification (const struct GNUNET_PeerIdentity *peer,
1379} 1379}
1380 1380
1381/** 1381/**
1382 * Broadcast the new active address to all clients monitoring the peer. 1382 * Broadcast the new validation changes to all clients monitoring the peer.
1383 * 1383 *
1384 * @param peer peer this update is about (never NULL) 1384 * @param peer peer this update is about (never NULL)
1385 * @param address address, NULL on disconnect 1385 * @param address address, NULL on disconnect
1386 * @param state the current state of the peer 1386 * @param last_validation point in time when last validation was performed
1387 * @param state_timeout the time out for the state 1387 * @param valid_until point in time how long address is valid
1388 * @param next_validation point in time when next validation will be performed
1389 * @param state state of validation notification
1388 */ 1390 */
1389void 1391void
1390GST_clients_broadcast_validation_notification ( 1392GST_clients_broadcast_validation_notification (