aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-20 11:45:01 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-20 11:45:01 +0000
commit81dfe20c8ee82d202244766f2914683a63d078ca (patch)
tree450aec90e2ff3d612b69b944859f646afde318a4 /src/fs/test_fs_unindex.c
parent04b193a6fbdf63c8c70a10a588b3e996132afa63 (diff)
downloadgnunet-81dfe20c8ee82d202244766f2914683a63d078ca.tar.gz
gnunet-81dfe20c8ee82d202244766f2914683a63d078ca.zip
abs_value
Diffstat (limited to 'src/fs/test_fs_unindex.c')
-rw-r--r--src/fs/test_fs_unindex.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/fs/test_fs_unindex.c b/src/fs/test_fs_unindex.c
index e2c0e86ee..82d4cdcf7 100644
--- a/src/fs/test_fs_unindex.c
+++ b/src/fs/test_fs_unindex.c
@@ -100,10 +100,10 @@ progress_cb (void *cls,
100 case GNUNET_FS_STATUS_PUBLISH_PROGRESS: 100 case GNUNET_FS_STATUS_PUBLISH_PROGRESS:
101#if VERBOSE 101#if VERBOSE
102 printf ("Publish is progressing (%llu/%llu at level %u off %llu)...\n", 102 printf ("Publish is progressing (%llu/%llu at level %u off %llu)...\n",
103 (unsigned long long) event->abs_value.publish.completed, 103 (unsigned long long) event->value.publish.completed,
104 (unsigned long long) event->abs_value.publish.size, 104 (unsigned long long) event->value.publish.size,
105 event->abs_value.publish.specifics.progress.depth, 105 event->value.publish.specifics.progress.depth,
106 (unsigned long long) event->abs_value.publish.specifics.progress.offset); 106 (unsigned long long) event->value.publish.specifics.progress.offset);
107#endif 107#endif
108 break; 108 break;
109 case GNUNET_FS_STATUS_PUBLISH_COMPLETED: 109 case GNUNET_FS_STATUS_PUBLISH_COMPLETED:
@@ -126,10 +126,10 @@ progress_cb (void *cls,
126 GNUNET_assert (unindex == event->value.unindex.uc); 126 GNUNET_assert (unindex == event->value.unindex.uc);
127#if VERBOSE 127#if VERBOSE
128 printf ("Unindex is progressing (%llu/%llu at level %u off %llu)...\n", 128 printf ("Unindex is progressing (%llu/%llu at level %u off %llu)...\n",
129 (unsigned long long) event->abs_value.unindex.completed, 129 (unsigned long long) event->value.unindex.completed,
130 (unsigned long long) event->abs_value.unindex.size, 130 (unsigned long long) event->value.unindex.size,
131 event->abs_value.unindex.specifics.progress.depth, 131 event->value.unindex.specifics.progress.depth,
132 (unsigned long long) event->abs_value.unindex.specifics.progress.offset); 132 (unsigned long long) event->value.unindex.specifics.progress.offset);
133#endif 133#endif
134 break; 134 break;
135 case GNUNET_FS_STATUS_PUBLISH_ERROR: 135 case GNUNET_FS_STATUS_PUBLISH_ERROR: