aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_unindex_persistence.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_persistence.c
parent04b193a6fbdf63c8c70a10a588b3e996132afa63 (diff)
downloadgnunet-81dfe20c8ee82d202244766f2914683a63d078ca.tar.gz
gnunet-81dfe20c8ee82d202244766f2914683a63d078ca.zip
abs_value
Diffstat (limited to 'src/fs/test_fs_unindex_persistence.c')
-rw-r--r--src/fs/test_fs_unindex_persistence.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/fs/test_fs_unindex_persistence.c b/src/fs/test_fs_unindex_persistence.c
index eec181544..162dd59af 100644
--- a/src/fs/test_fs_unindex_persistence.c
+++ b/src/fs/test_fs_unindex_persistence.c
@@ -147,10 +147,10 @@ progress_cb (void *cls,
147 case GNUNET_FS_STATUS_PUBLISH_PROGRESS: 147 case GNUNET_FS_STATUS_PUBLISH_PROGRESS:
148#if VERBOSE 148#if VERBOSE
149 printf ("Publish is progressing (%llu/%llu at level %u off %llu)...\n", 149 printf ("Publish is progressing (%llu/%llu at level %u off %llu)...\n",
150 (unsigned long long) event->abs_value.publish.completed, 150 (unsigned long long) event->value.publish.completed,
151 (unsigned long long) event->abs_value.publish.size, 151 (unsigned long long) event->value.publish.size,
152 event->abs_value.publish.specifics.progress.depth, 152 event->value.publish.specifics.progress.depth,
153 (unsigned long long) event->abs_value.publish.specifics.progress.offset); 153 (unsigned long long) event->value.publish.specifics.progress.offset);
154#endif 154#endif
155 break; 155 break;
156 case GNUNET_FS_STATUS_PUBLISH_COMPLETED: 156 case GNUNET_FS_STATUS_PUBLISH_COMPLETED:
@@ -174,10 +174,10 @@ progress_cb (void *cls,
174 GNUNET_assert (unindex == event->value.unindex.uc); 174 GNUNET_assert (unindex == event->value.unindex.uc);
175#if VERBOSE 175#if VERBOSE
176 printf ("Unindex is progressing (%llu/%llu at level %u off %llu)...\n", 176 printf ("Unindex is progressing (%llu/%llu at level %u off %llu)...\n",
177 (unsigned long long) event->abs_value.unindex.completed, 177 (unsigned long long) event->value.unindex.completed,
178 (unsigned long long) event->abs_value.unindex.size, 178 (unsigned long long) event->value.unindex.size,
179 event->abs_value.unindex.specifics.progress.depth, 179 event->value.unindex.specifics.progress.depth,
180 (unsigned long long) event->abs_value.unindex.specifics.progress.offset); 180 (unsigned long long) event->value.unindex.specifics.progress.offset);
181#endif 181#endif
182 break; 182 break;
183 case GNUNET_FS_STATUS_PUBLISH_SUSPEND: 183 case GNUNET_FS_STATUS_PUBLISH_SUSPEND: