From cd67a970afe36e8a2aa99e48cbe103cc4cc26424 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 11 Oct 2013 14:50:07 +0000 Subject: generate progress events when publishing directories (towards fixing #2230) --- src/fs/fs_test_lib.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fs/fs_test_lib.c') diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c index 925e36a8e..3898f798e 100644 --- a/src/fs/fs_test_lib.c +++ b/src/fs/fs_test_lib.c @@ -253,6 +253,8 @@ publish_progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info) (unsigned long long) info->value.publish.completed, (unsigned long long) info->value.publish.size); break; + case GNUNET_FS_STATUS_PUBLISH_PROGRESS_DIRECTORY: + break; case GNUNET_FS_STATUS_DOWNLOAD_PROGRESS: if (po->verbose) GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Download at %llu/%llu bytes\n", -- cgit v1.2.3