aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-18 20:42:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-18 20:42:29 +0000
commit0cbe62ab4feb0045c5ec97c5d8c9ca2e552dfcd4 (patch)
tree17d21672e29a5c1a707bc6d7af398e4338aea62d /src/fs/gnunet-service-fs_pr.c
parentdb9027186057d47e586eacdb506bfff04d92fc5a (diff)
downloadgnunet-0cbe62ab4feb0045c5ec97c5d8c9ca2e552dfcd4.tar.gz
gnunet-0cbe62ab4feb0045c5ec97c5d8c9ca2e552dfcd4.zip
-doxygen, and likely fix for #2727
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index 9171bfc2a..70ec0699a 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -901,7 +901,7 @@ process_reply (void *cls, const struct GNUNET_HashCode * key, void *value)
901 901
902 902
903/** 903/**
904 * Context for the 'put_migration_continuation'. 904 * Context for put_migration_continuation().
905 */ 905 */
906struct PutMigrationContext 906struct PutMigrationContext
907{ 907{
@@ -929,7 +929,7 @@ struct PutMigrationContext
929 * operation. 929 * operation.
930 * 930 *
931 * @param cls closure 931 * @param cls closure
932 * @param success GNUNET_SYSERR on failure 932 * @param success #GNUNET_SYSERR on failure
933 * @param min_expiration minimum expiration time required for content to be stored 933 * @param min_expiration minimum expiration time required for content to be stored
934 * @param msg NULL on success, otherwise an error message 934 * @param msg NULL on success, otherwise an error message
935 */ 935 */
@@ -1007,8 +1007,9 @@ put_migration_continuation (void *cls, int success,
1007 * to even consider processing the query at 1007 * to even consider processing the query at
1008 * all. 1008 * all.
1009 * 1009 *
1010 * @return GNUNET_YES if the load is too high to do anything (load high) 1010 * @param priority the priority of the item
1011 * GNUNET_NO to process normally (load normal or low) 1011 * @return #GNUNET_YES if the load is too high to do anything (load high)
1012 * #GNUNET_NO to process normally (load normal or low)
1012 */ 1013 */
1013static int 1014static int
1014test_put_load_too_high (uint32_t priority) 1015test_put_load_too_high (uint32_t priority)
@@ -1038,9 +1039,9 @@ test_put_load_too_high (uint32_t priority)
1038 * @param exp when will this value expire 1039 * @param exp when will this value expire
1039 * @param key key of the result 1040 * @param key key of the result
1040 * @param get_path peers on reply path (or NULL if not recorded) 1041 * @param get_path peers on reply path (or NULL if not recorded)
1041 * @param get_path_length number of entries in get_path 1042 * @param get_path_length number of entries in @a get_path
1042 * @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)
1043 * @param put_path_length number of entries in get_path 1044 * @param put_path_length number of entries in @a get_path
1044 * @param type type of the result 1045 * @param type type of the result
1045 * @param size number of bytes in data 1046 * @param size number of bytes in data
1046 * @param data pointer to the result data 1047 * @param data pointer to the result data