aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index 3264fdbc7..1e57ef73d 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -2659,7 +2659,7 @@ ds_get_request (void *cls,
2659 * value for the ttl that can be requested. 2659 * value for the ttl that can be requested.
2660 * 2660 *
2661 * @param ttl_in requested ttl 2661 * @param ttl_in requested ttl
2662 * @param priority given priority 2662 * @param prio given priority
2663 * @return ttl_in if ttl_in is below the limit, 2663 * @return ttl_in if ttl_in is below the limit,
2664 * otherwise the ttl-limit for the given priority 2664 * otherwise the ttl-limit for the given priority
2665 */ 2665 */
@@ -2702,7 +2702,7 @@ bound_priority (uint32_t prio_in,
2702 * Handle P2P "GET" request. 2702 * Handle P2P "GET" request.
2703 * 2703 *
2704 * @param cls closure, always NULL 2704 * @param cls closure, always NULL
2705 * @param peer the other peer involved (sender or receiver, NULL 2705 * @param other the other peer involved (sender or receiver, NULL
2706 * for loopback messages where we are both sender and receiver) 2706 * for loopback messages where we are both sender and receiver)
2707 * @param message the actual message 2707 * @param message the actual message
2708 * @return GNUNET_OK to keep the connection open, 2708 * @return GNUNET_OK to keep the connection open,
@@ -3135,7 +3135,7 @@ check_sblock (const struct SBlock *sb,
3135 * Handle P2P "PUT" request. 3135 * Handle P2P "PUT" request.
3136 * 3136 *
3137 * @param cls closure, always NULL 3137 * @param cls closure, always NULL
3138 * @param peer the other peer involved (sender or receiver, NULL 3138 * @param other the other peer involved (sender or receiver, NULL
3139 * for loopback messages where we are both sender and receiver) 3139 * for loopback messages where we are both sender and receiver)
3140 * @param message the actual message 3140 * @param message the actual message
3141 * @return GNUNET_OK to keep the connection open, 3141 * @return GNUNET_OK to keep the connection open,
@@ -3243,6 +3243,11 @@ core_connect_task (void *cls,
3243/** 3243/**
3244 * Function called by the core after we've 3244 * Function called by the core after we've
3245 * connected. 3245 * connected.
3246 *
3247 * @param cls closure, unused
3248 * @param server handle to the core service
3249 * @param my_identity our peer identity (unused)
3250 * @param publicKey our public key (unused)
3246 */ 3251 */
3247static void 3252static void
3248core_start_cb (void *cls, 3253core_start_cb (void *cls,
@@ -3297,9 +3302,9 @@ core_connect_task (void *cls,
3297 * Process fs requests. 3302 * Process fs requests.
3298 * 3303 *
3299 * @param cls closure 3304 * @param cls closure
3300 * @param sched scheduler to use 3305 * @param s scheduler to use
3301 * @param server the initialized server 3306 * @param server the initialized server
3302 * @param cfg configuration to use 3307 * @param c configuration to use
3303 */ 3308 */
3304static void 3309static void
3305run (void *cls, 3310run (void *cls,