aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-08-26 20:32:06 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-08-30 09:41:53 +0200
commite5f227e7c3335d41ebfd844e3b50468cac66f5ed (patch)
tree1b174c6b711aa406a90fbfdd66c4ca2679ced3f7 /src/fs/gnunet-service-fs_push.c
parent7da03a5304bdfcbb794e6e2e9f41d4a8f13fc821 (diff)
downloadgnunet-e5f227e7c3335d41ebfd844e3b50468cac66f5ed.tar.gz
gnunet-e5f227e7c3335d41ebfd844e3b50468cac66f5ed.zip
-First pass through FS subsystem
Diffstat (limited to 'src/fs/gnunet-service-fs_push.c')
-rw-r--r--src/fs/gnunet-service-fs_push.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/fs/gnunet-service-fs_push.c b/src/fs/gnunet-service-fs_push.c
index 1825e8eb3..80c2c00e6 100644
--- a/src/fs/gnunet-service-fs_push.c
+++ b/src/fs/gnunet-service-fs_push.c
@@ -201,7 +201,7 @@ delete_migration_block (struct MigrationReadyBlock *mb)
201/** 201/**
202 * Find content for migration to this peer. 202 * Find content for migration to this peer.
203 * 203 *
204 * @param cls a `struct MigrationReadyPeer *` 204 * @param cls A `struct MigrationReadyPeer *` to find content for
205 */ 205 */
206static void 206static void
207find_content (void *cls); 207find_content (void *cls);
@@ -325,11 +325,6 @@ static void
325consider_gathering (void); 325consider_gathering (void);
326 326
327 327
328/**
329 * Find content for migration to this peer.
330 *
331 * @param cls peer to find content for
332 */
333static void 328static void
334find_content (void *cls) 329find_content (void *cls)
335{ 330{