aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-24 20:17:39 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-24 20:17:39 +0000
commit3140154d46212e08e0d73ed891a66213a6813075 (patch)
tree018a55a3899207664b388fcf47a679ca54ca6fbf /src/fs/gnunet-service-fs_push.c
parentd5fd881c2a044474b54ddf03b6ab8be8d2b75927 (diff)
downloadgnunet-3140154d46212e08e0d73ed891a66213a6813075.tar.gz
gnunet-3140154d46212e08e0d73ed891a66213a6813075.zip
refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql backend
Diffstat (limited to 'src/fs/gnunet-service-fs_push.c')
-rw-r--r--src/fs/gnunet-service-fs_push.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_push.c b/src/fs/gnunet-service-fs_push.c
index d7a15fad6..71a8e81e4 100644
--- a/src/fs/gnunet-service-fs_push.c
+++ b/src/fs/gnunet-service-fs_push.c
@@ -582,7 +582,6 @@ gather_migration_blocks (void *cls)
582 value_found = GNUNET_NO; 582 value_found = GNUNET_NO;
583 mig_qe = 583 mig_qe =
584 GNUNET_DATASTORE_get_for_replication (GSF_dsh, 0, UINT_MAX, 584 GNUNET_DATASTORE_get_for_replication (GSF_dsh, 0, UINT_MAX,
585 GNUNET_TIME_UNIT_FOREVER_REL,
586 &process_migration_content, NULL); 585 &process_migration_content, NULL);
587 if (NULL == mig_qe) 586 if (NULL == mig_qe)
588 consider_gathering (); 587 consider_gathering ();