aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-07-22 09:37:22 +0000
committerJulius Bünger <buenger@mytum.de>2015-07-22 09:37:22 +0000
commit36fd53ed6ae7c60d4b49cea614d18aa6d58843a1 (patch)
treeb43378a94ee8c665abda6bda4978d34d70a3db21 /src
parent155b8c7cd322add8dad4924da358688eeb035ec2 (diff)
downloadgnunet-36fd53ed6ae7c60d4b49cea614d18aa6d58843a1.tar.gz
gnunet-36fd53ed6ae7c60d4b49cea614d18aa6d58843a1.zip
-fixed inline docu
Diffstat (limited to 'src')
-rw-r--r--src/rps/gnunet-service-rps.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index f0f7a8c23..6662b00ff 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -52,6 +52,8 @@
52 52
53// TODO API request_cancel 53// TODO API request_cancel
54 54
55// TODO don't pass peermap all the time
56
55// hist_size_init, hist_size_max 57// hist_size_init, hist_size_max
56 58
57/** 59/**
@@ -1554,7 +1556,7 @@ generate_view_array (unsigned int view_size)
1554 * Reply with the view of PeerIDs. 1556 * Reply with the view of PeerIDs.
1555 * 1557 *
1556 * @param cls Closure 1558 * @param cls Closure
1557 * @param channel The channel the PUSH was received over 1559 * @param channel The channel the PULL REQUEST was received over
1558 * @param channel_ctx The context associated with this channel 1560 * @param channel_ctx The context associated with this channel
1559 * @param msg The message header 1561 * @param msg The message header
1560 */ 1562 */
@@ -1840,8 +1842,7 @@ do_mal_round (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
1840 * Turn RPS service to act malicious. 1842 * Turn RPS service to act malicious.
1841 * 1843 *
1842 * @param cls Closure 1844 * @param cls Closure
1843 * @param channel The channel the PUSH was received over 1845 * @param client The client that sent the message
1844 * @param channel_ctx The context associated with this channel
1845 * @param msg The message header 1846 * @param msg The message header
1846 */ 1847 */
1847 static void 1848 static void