aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_list_indexed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_list_indexed.c')
-rw-r--r--src/fs/test_fs_list_indexed.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/test_fs_list_indexed.c b/src/fs/test_fs_list_indexed.c
index 87afa12e1..b86506f8d 100644
--- a/src/fs/test_fs_list_indexed.c
+++ b/src/fs/test_fs_list_indexed.c
@@ -110,8 +110,8 @@ progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *event)
110 printf ("Publish complete, %llu kbps.\n", 110 printf ("Publish complete, %llu kbps.\n",
111 (unsigned long long) (FILESIZE * 1000 / 111 (unsigned long long) (FILESIZE * 1000 /
112 (1 + 112 (1 +
113 GNUNET_TIME_absolute_get_duration (start). 113 GNUNET_TIME_absolute_get_duration
114 rel_value) / 1024)); 114 (start).rel_value) / 1024));
115 if (0 == strcmp ("list_indexed-context-dir", event->value.publish.cctx)) 115 if (0 == strcmp ("list_indexed-context-dir", event->value.publish.cctx))
116 GNUNET_SCHEDULER_add_continuation (&list_indexed_task, NULL, 116 GNUNET_SCHEDULER_add_continuation (&list_indexed_task, NULL,
117 GNUNET_SCHEDULER_REASON_PREREQ_DONE); 117 GNUNET_SCHEDULER_REASON_PREREQ_DONE);
@@ -125,8 +125,8 @@ progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *event)
125 (unsigned long long) event->value.publish.completed, 125 (unsigned long long) event->value.publish.completed,
126 (unsigned long long) event->value.publish.size, 126 (unsigned long long) event->value.publish.size,
127 event->value.publish.specifics.progress.depth, 127 event->value.publish.specifics.progress.depth,
128 (unsigned long long) event->value.publish.specifics.progress. 128 (unsigned long long) event->value.publish.specifics.
129 offset); 129 progress.offset);
130#endif 130#endif
131 break; 131 break;
132 case GNUNET_FS_STATUS_PUBLISH_ERROR: 132 case GNUNET_FS_STATUS_PUBLISH_ERROR: