aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index e5cb1f03c..a1fc60bd9 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -254,7 +254,7 @@ refresh_bloomfilter (struct GSF_PendingRequest *pr)
254 254
255 255
256/** 256/**
257 * Create a new pending request. 257 * Create a new pending request.
258 * 258 *
259 * @param options request options 259 * @param options request options
260 * @param type type of the block that is being requested 260 * @param type type of the block that is being requested
@@ -384,7 +384,7 @@ GSF_pending_request_create_ (enum GSF_PendingRequestOptions options,
384 384
385/** 385/**
386 * Obtain the public data associated with a pending request 386 * Obtain the public data associated with a pending request
387 * 387 *
388 * @param pr pending request 388 * @param pr pending request
389 * @return associated public data 389 * @return associated public data
390 */ 390 */
@@ -399,7 +399,7 @@ GSF_pending_request_get_data_ (struct GSF_PendingRequest *pr)
399 * Test if two pending requests are compatible (would generate 399 * Test if two pending requests are compatible (would generate
400 * the same query modulo filters and should thus be processed 400 * the same query modulo filters and should thus be processed
401 * jointly). 401 * jointly).
402 * 402 *
403 * @param pra a pending request 403 * @param pra a pending request
404 * @param pra another pending request 404 * @param pra another pending request
405 * @return GNUNET_OK if the requests are compatible 405 * @return GNUNET_OK if the requests are compatible
@@ -957,8 +957,8 @@ put_migration_continuation (void *cls, int success, const char *msg)
957/** 957/**
958 * Test if the DATABASE (PUT) load on this peer is too high 958 * Test if the DATABASE (PUT) load on this peer is too high
959 * to even consider processing the query at 959 * to even consider processing the query at
960 * all. 960 * all.
961 * 961 *
962 * @return GNUNET_YES if the load is too high to do anything (load high) 962 * @return GNUNET_YES if the load is too high to do anything (load high)
963 * GNUNET_NO to process normally (load normal or low) 963 * GNUNET_NO to process normally (load normal or low)
964 */ 964 */
@@ -1089,7 +1089,7 @@ GSF_dht_lookup_ (struct GSF_PendingRequest *pr)
1089 1089
1090/** 1090/**
1091 * Task that issues a warning if the datastore lookup takes too long. 1091 * Task that issues a warning if the datastore lookup takes too long.
1092 * 1092 *
1093 * @param cls the 'struct GSF_PendingRequest' 1093 * @param cls the 'struct GSF_PendingRequest'
1094 * @param tc task context 1094 * @param tc task context
1095 */ 1095 */
@@ -1110,7 +1110,7 @@ warn_delay_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1110 1110
1111/** 1111/**
1112 * Task that issues a warning if the datastore lookup takes too long. 1112 * Task that issues a warning if the datastore lookup takes too long.
1113 * 1113 *
1114 * @param cls the 'struct GSF_PendingRequest' 1114 * @param cls the 'struct GSF_PendingRequest'
1115 * @param tc task context 1115 * @param tc task context
1116 */ 1116 */