aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-18 15:07:02 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-18 15:07:02 +0000
commitd720cc786723169cfdbb246ad6f1f584581f589d (patch)
tree2b2dad9c9a0d4d2d01545cac7f9f11993984884c /src/fs
parent0e421fd4f11c564dba39d9c533aed642560c7655 (diff)
downloadgnunet-d720cc786723169cfdbb246ad6f1f584581f589d.tar.gz
gnunet-d720cc786723169cfdbb246ad6f1f584581f589d.zip
fixing doxygen warnings
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs.c5
-rw-r--r--src/fs/gnunet-service-fs_drq.c9
2 files changed, 11 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index ffda521dd..11ab41582 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -1083,7 +1083,7 @@ test_load_too_high ()
1083 * at transmitting a query to a peer. 1083 * at transmitting a query to a peer.
1084 * 1084 *
1085 * @param cls the requests "struct PendingRequest*" 1085 * @param cls the requests "struct PendingRequest*"
1086 * @param pid ID of receiving peer, 0 on transmission error 1086 * @param tpid ID of receiving peer, 0 on transmission error
1087 */ 1087 */
1088static void 1088static void
1089transmit_query_continuation (void *cls, 1089transmit_query_continuation (void *cls,
@@ -1414,7 +1414,7 @@ forward_request_task (void *cls,
1414 * at transmitting a reply to a peer. 1414 * at transmitting a reply to a peer.
1415 * 1415 *
1416 * @param cls the requests "struct PendingRequest*" 1416 * @param cls the requests "struct PendingRequest*"
1417 * @param pid ID of receiving peer, 0 on transmission error 1417 * @param tpid ID of receiving peer, 0 on transmission error
1418 */ 1418 */
1419static void 1419static void
1420transmit_reply_continuation (void *cls, 1420transmit_reply_continuation (void *cls,
@@ -2498,7 +2498,6 @@ static struct GNUNET_SERVER_MessageHandler handlers[] = {
2498/** 2498/**
2499 * Process fs requests. 2499 * Process fs requests.
2500 * 2500 *
2501 * @param cls closure
2502 * @param s scheduler to use 2501 * @param s scheduler to use
2503 * @param server the initialized server 2502 * @param server the initialized server
2504 * @param c configuration to use 2503 * @param c configuration to use
diff --git a/src/fs/gnunet-service-fs_drq.c b/src/fs/gnunet-service-fs_drq.c
index cb941c72b..29b2dca82 100644
--- a/src/fs/gnunet-service-fs_drq.c
+++ b/src/fs/gnunet-service-fs_drq.c
@@ -300,6 +300,15 @@ struct GetClosure
300 * complete. 300 * complete.
301 * 301 *
302 * @param cls our 'struct GetClosure*' 302 * @param cls our 'struct GetClosure*'
303 * @param key key for the content
304 * @param size number of bytes in data
305 * @param data content stored
306 * @param type type of the content
307 * @param priority priority of the content
308 * @param anonymity anonymity-level for the content
309 * @param expiration expiration time for the content
310 * @param uid unique identifier for the datum;
311 * maybe 0 if no unique identifier is available
303 */ 312 */
304static void 313static void
305get_iterator (void *cls, 314get_iterator (void *cls,