aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
commit6f8eede98c272b7312ff0e08b182f0a39b2846b9 (patch)
tree4587372a32aec7968f63a734241f8e21eaa89330 /src/fs
parent084348cf917b4c117070f9811d8b9f9786d2d3fc (diff)
downloadgnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.tar.gz
gnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.zip
-doxygen fixes
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_dirmetascan.c4
-rw-r--r--src/fs/gnunet-service-fs_cp.c1
-rw-r--r--src/fs/gnunet-service-fs_pe.c4
-rw-r--r--src/fs/gnunet-service-fs_pe.h4
4 files changed, 7 insertions, 6 deletions
diff --git a/src/fs/fs_dirmetascan.c b/src/fs/fs_dirmetascan.c
index 0459ca009..8700a69f1 100644
--- a/src/fs/fs_dirmetascan.c
+++ b/src/fs/fs_dirmetascan.c
@@ -341,7 +341,7 @@ should_stop (struct AddDirContext *adc)
341/** 341/**
342 * Write progress message. 342 * Write progress message.
343 * Format is: 343 * Format is:
344 * <reason><filename length><filename><directory flag> 344 * "reason", "filename length", "filename", "directory flag"
345 * If filename is NULL, filename is not written, and its length 345 * If filename is NULL, filename is not written, and its length
346 * is written as 0, and nothing else is written. It signals the initiator 346 * is written as 0, and nothing else is written. It signals the initiator
347 * thread that the scanner is finished, and that it can now join its thread. 347 * thread that the scanner is finished, and that it can now join its thread.
@@ -540,7 +540,7 @@ make_item (struct GNUNET_FS_ShareTreeItem *parent)
540/** 540/**
541 * Extract metadata from a file and add it to the share tree 541 * Extract metadata from a file and add it to the share tree
542 * 542 *
543 * @param adc context to modify 543 * @param ads context to modify
544 * @param filename name of the file to process 544 * @param filename name of the file to process
545 */ 545 */
546static void 546static void
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index ba6a8ce87..86986b899 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -875,6 +875,7 @@ get_randomized_delay ()
875 * @param pr handle to the original pending request 875 * @param pr handle to the original pending request
876 * @param reply_anonymity_level anonymity level for the reply, UINT32_MAX for "unknown" 876 * @param reply_anonymity_level anonymity level for the reply, UINT32_MAX for "unknown"
877 * @param expiration when does 'data' expire? 877 * @param expiration when does 'data' expire?
878 * @param last_transmission when did we last transmit a request for this block
878 * @param type type of the block 879 * @param type type of the block
879 * @param data response data, NULL on request expiration 880 * @param data response data, NULL on request expiration
880 * @param data_len number of bytes in data 881 * @param data_len number of bytes in data
diff --git a/src/fs/gnunet-service-fs_pe.c b/src/fs/gnunet-service-fs_pe.c
index 78769fa82..f1d87db01 100644
--- a/src/fs/gnunet-service-fs_pe.c
+++ b/src/fs/gnunet-service-fs_pe.c
@@ -701,12 +701,12 @@ GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp)
701 701
702/** 702/**
703 * Get the last transmission attempt time for the request plan list 703 * Get the last transmission attempt time for the request plan list
704 * referenced by @rpr_head, that was sent to @sender 704 * referenced by 'rpr_head', that was sent to 'sender'
705 * 705 *
706 * @param rpr_head request plan reference list to check. 706 * @param rpr_head request plan reference list to check.
707 * @param sender the peer that we've sent the request to. 707 * @param sender the peer that we've sent the request to.
708 * @param result the timestamp to fill. 708 * @param result the timestamp to fill.
709 * @return GNUNET_YES if @result was changed, GNUNET_NO otherwise. 709 * @return GNUNET_YES if 'result' was changed, GNUNET_NO otherwise.
710 */ 710 */
711int 711int
712GSF_request_plan_reference_get_last_transmission_ ( 712GSF_request_plan_reference_get_last_transmission_ (
diff --git a/src/fs/gnunet-service-fs_pe.h b/src/fs/gnunet-service-fs_pe.h
index da20a7d7b..3a18715ca 100644
--- a/src/fs/gnunet-service-fs_pe.h
+++ b/src/fs/gnunet-service-fs_pe.h
@@ -60,12 +60,12 @@ GSF_plan_notify_request_done_ (struct GSF_PendingRequest *pr);
60 60
61/** 61/**
62 * Get the last transmission attempt time for the request plan list 62 * Get the last transmission attempt time for the request plan list
63 * referenced by @rpr_head, that was sent to @sender 63 * referenced by 'rpr_head', that was sent to 'sender'
64 * 64 *
65 * @param rpr_head request plan reference list to check. 65 * @param rpr_head request plan reference list to check.
66 * @param sender the peer that we've sent the request to. 66 * @param sender the peer that we've sent the request to.
67 * @param result the timestamp to fill. 67 * @param result the timestamp to fill.
68 * @return GNUNET_YES if @result was changed, GNUNET_NO otherwise. 68 * @return GNUNET_YES if 'result' was changed, GNUNET_NO otherwise.
69 */ 69 */
70int 70int
71GSF_request_plan_reference_get_last_transmission_ ( 71GSF_request_plan_reference_get_last_transmission_ (