aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-16 14:03:36 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-16 14:03:36 +0000
commitc98e2e920ee8c27d3b319217056116c4f13d1c6a (patch)
treef958d954022da7a79d13902c6d922fcdbaa5e3a0 /src/transport/gnunet-service-transport_clients.c
parent8a5993b15da336afade45be6ee4619a39561956a (diff)
downloadgnunet-c98e2e920ee8c27d3b319217056116c4f13d1c6a.tar.gz
gnunet-c98e2e920ee8c27d3b319217056116c4f13d1c6a.zip
more fixed documentation
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 (