aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download_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_download_persistence.c
parent04b193a6fbdf63c8c70a10a588b3e996132afa63 (diff)
downloadgnunet-81dfe20c8ee82d202244766f2914683a63d078ca.tar.gz
gnunet-81dfe20c8ee82d202244766f2914683a63d078ca.zip
abs_value
Diffstat (limited to 'src/fs/test_fs_download_persistence.c')
-rw-r--r--src/fs/test_fs_download_persistence.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/fs/test_fs_download_persistence.c b/src/fs/test_fs_download_persistence.c
index 66d1199ca..e00d5255d 100644
--- a/src/fs/test_fs_download_persistence.c
+++ b/src/fs/test_fs_download_persistence.c
@@ -176,10 +176,10 @@ progress_cb (void *cls,
176 case GNUNET_FS_STATUS_PUBLISH_PROGRESS: 176 case GNUNET_FS_STATUS_PUBLISH_PROGRESS:
177#if VERBOSE 177#if VERBOSE
178 printf ("Publish is progressing (%llu/%llu at level %u off %llu)...\n", 178 printf ("Publish is progressing (%llu/%llu at level %u off %llu)...\n",
179 (unsigned long long) event->abs_value.publish.completed, 179 (unsigned long long) event->value.publish.completed,
180 (unsigned long long) event->abs_value.publish.size, 180 (unsigned long long) event->value.publish.size,
181 event->abs_value.publish.specifics.progress.depth, 181 event->value.publish.specifics.progress.depth,
182 (unsigned long long) event->abs_value.publish.specifics.progress.offset); 182 (unsigned long long) event->value.publish.specifics.progress.offset);
183#endif 183#endif
184 break; 184 break;
185 case GNUNET_FS_STATUS_PUBLISH_COMPLETED: 185 case GNUNET_FS_STATUS_PUBLISH_COMPLETED:
@@ -211,10 +211,10 @@ progress_cb (void *cls,
211 GNUNET_assert (download == event->value.download.dc); 211 GNUNET_assert (download == event->value.download.dc);
212#if VERBOSE 212#if VERBOSE
213 printf ("Download is progressing (%llu/%llu at level %u off %llu)...\n", 213 printf ("Download is progressing (%llu/%llu at level %u off %llu)...\n",
214 (unsigned long long) event->abs_value.download.completed, 214 (unsigned long long) event->value.download.completed,
215 (unsigned long long) event->abs_value.download.size, 215 (unsigned long long) event->value.download.size,
216 event->abs_value.download.specifics.progress.depth, 216 event->value.download.specifics.progress.depth,
217 (unsigned long long) event->abs_value.download.specifics.progress.offset); 217 (unsigned long long) event->value.download.specifics.progress.offset);
218#endif 218#endif
219 break; 219 break;
220 case GNUNET_FS_STATUS_PUBLISH_ERROR: 220 case GNUNET_FS_STATUS_PUBLISH_ERROR: