aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-18 20:58:26 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-18 20:58:26 +0000
commit52a8cdf68084f35bde47132849cf0243eca35c35 (patch)
tree741f6a031b12aa5df68b6b662312b4fc05a855dd /src/fs/gnunet-service-fs_pr.c
parente1f3b5eb1559882ec646b297c9fb7bd9c7b17307 (diff)
downloadgnunet-52a8cdf68084f35bde47132849cf0243eca35c35.tar.gz
gnunet-52a8cdf68084f35bde47132849cf0243eca35c35.zip
-doxygen fixes
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index 70ec0699a..ee71019bb 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -87,7 +87,7 @@ struct GSF_PendingRequest
87 GSF_PendingRequestReplyHandler rh; 87 GSF_PendingRequestReplyHandler rh;
88 88
89 /** 89 /**
90 * Closure for 'rh' 90 * Closure for @e rh
91 */ 91 */
92 void *rh_cls; 92 void *rh_cls;
93 93
@@ -271,7 +271,7 @@ refresh_bloomfilter (struct GSF_PendingRequest *pr)
271 * @param query key for the lookup 271 * @param query key for the lookup
272 * @param target preferred target for the request, NULL for none 272 * @param target preferred target for the request, NULL for none
273 * @param bf_data raw data for bloom filter for known replies, can be NULL 273 * @param bf_data raw data for bloom filter for known replies, can be NULL
274 * @param bf_size number of bytes in bf_data 274 * @param bf_size number of bytes in @a bf_data
275 * @param mingle mingle value for bf 275 * @param mingle mingle value for bf
276 * @param anonymity_level desired anonymity level 276 * @param anonymity_level desired anonymity level
277 * @param priority maximum outgoing cummulative request priority to use 277 * @param priority maximum outgoing cummulative request priority to use
@@ -279,9 +279,9 @@ refresh_bloomfilter (struct GSF_PendingRequest *pr)
279 * @param sender_pid peer ID to use for the sender when forwarding, 0 for none 279 * @param sender_pid peer ID to use for the sender when forwarding, 0 for none
280 * @param origin_pid peer ID of origin of query (do not loop back) 280 * @param origin_pid peer ID of origin of query (do not loop back)
281 * @param replies_seen hash codes of known local replies 281 * @param replies_seen hash codes of known local replies
282 * @param replies_seen_count size of the 'replies_seen' array 282 * @param replies_seen_count size of the @a replies_seen array
283 * @param rh handle to call when we get a reply 283 * @param rh handle to call when we get a reply
284 * @param rh_cls closure for rh 284 * @param rh_cls closure for @a rh
285 * @return handle for the new pending request 285 * @return handle for the new pending request
286 */ 286 */
287struct GSF_PendingRequest * 287struct GSF_PendingRequest *
@@ -416,7 +416,7 @@ GSF_pending_request_get_data_ (struct GSF_PendingRequest *pr)
416 * 416 *
417 * @param pra a pending request 417 * @param pra a pending request
418 * @param prb another pending request 418 * @param prb another pending request
419 * @return GNUNET_OK if the requests are compatible 419 * @return #GNUNET_OK if the requests are compatible
420 */ 420 */
421int 421int
422GSF_pending_request_is_compatible_ (struct GSF_PendingRequest *pra, 422GSF_pending_request_is_compatible_ (struct GSF_PendingRequest *pra,
@@ -494,9 +494,9 @@ GSF_pending_request_update_ (struct GSF_PendingRequest *pr,
494 * transmission to other peers (or at least determine its size). 494 * transmission to other peers (or at least determine its size).
495 * 495 *
496 * @param pr request to generate the message for 496 * @param pr request to generate the message for
497 * @param buf_size number of bytes available in buf 497 * @param buf_size number of bytes available in @a buf
498 * @param buf where to copy the message (can be NULL) 498 * @param buf where to copy the message (can be NULL)
499 * @return number of bytes needed (if > buf_size) or used 499 * @return number of bytes needed (if `>` @a buf_size) or used
500 */ 500 */
501size_t 501size_t
502GSF_pending_request_get_message_ (struct GSF_PendingRequest *pr, 502GSF_pending_request_get_message_ (struct GSF_PendingRequest *pr,
@@ -586,7 +586,7 @@ GSF_pending_request_get_message_ (struct GSF_PendingRequest *pr,
586 * @param cls closure, unused 586 * @param cls closure, unused
587 * @param key current key code 587 * @param key current key code
588 * @param value value in the hash map (pending request) 588 * @param value value in the hash map (pending request)
589 * @return GNUNET_YES (we should continue to iterate) 589 * @return #GNUNET_YES (we should continue to iterate)
590 */ 590 */
591static int 591static int
592clean_request (void *cls, const struct GNUNET_HashCode * key, void *value) 592clean_request (void *cls, const struct GNUNET_HashCode * key, void *value)
@@ -794,7 +794,7 @@ update_request_performance_data (struct ProcessReplyClosure *prq,
794 * @param cls response (struct ProcessReplyClosure) 794 * @param cls response (struct ProcessReplyClosure)
795 * @param key our query 795 * @param key our query
796 * @param value value in the hash map (info about the query) 796 * @param value value in the hash map (info about the query)
797 * @return GNUNET_YES (we should continue to iterate) 797 * @return #GNUNET_YES (we should continue to iterate)
798 */ 798 */
799static int 799static int
800process_reply (void *cls, const struct GNUNET_HashCode * key, void *value) 800process_reply (void *cls, const struct GNUNET_HashCode * key, void *value)
@@ -1043,7 +1043,7 @@ test_put_load_too_high (uint32_t priority)
1043 * @param put_path peers on the PUT path (or NULL if not recorded) 1043 * @param put_path peers on the PUT path (or NULL if not recorded)
1044 * @param put_path_length number of entries in @a get_path 1044 * @param put_path_length number of entries in @a get_path
1045 * @param type type of the result 1045 * @param type type of the result
1046 * @param size number of bytes in data 1046 * @param size number of bytes in @a data
1047 * @param data pointer to the result data 1047 * @param data pointer to the result data
1048 */ 1048 */
1049static void 1049static void