aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-07-01 23:38:24 +0000
committerJulius Bünger <buenger@mytum.de>2016-07-01 23:38:24 +0000
commitd945245429f5b0716b53c454029fd5be86cc9543 (patch)
tree04a0749b52fed9f404d24359a7ec3242f5c2ea60 /src/rps
parent7042e5164e40238f4a9bf16da24e3ff0ef48769b (diff)
downloadgnunet-d945245429f5b0716b53c454029fd5be86cc9543.tar.gz
gnunet-d945245429f5b0716b53c454029fd5be86cc9543.zip
-rps service: doxygen
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/gnunet-service-rps.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 4e24c6231..1a3f737f6 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -712,8 +712,11 @@ insert_in_sampler (void *cls,
712} 712}
713 713
714/** 714/**
715 * @brief If @a peer was unknown, check liveliness and insert it in view and 715 * @brief This is called on peers from external sources (cadet, peerinfo, ...)
716 * sampler 716 * If the peer is not known, liveliness check is issued and it is
717 * scheduled to be inserted in sampler and view.
718 *
719 * "External sources" refer to every source except the gossip.
717 * 720 *
718 * @param peer peer to insert 721 * @param peer peer to insert
719 */ 722 */