diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-01-20 11:45:01 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-01-20 11:45:01 +0000 |
commit | 81dfe20c8ee82d202244766f2914683a63d078ca (patch) | |
tree | 450aec90e2ff3d612b69b944859f646afde318a4 /src/fs/test_fs_unindex.c | |
parent | 04b193a6fbdf63c8c70a10a588b3e996132afa63 (diff) |
abs_value
Diffstat (limited to 'src/fs/test_fs_unindex.c')
-rw-r--r-- | src/fs/test_fs_unindex.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/fs/test_fs_unindex.c b/src/fs/test_fs_unindex.c index e2c0e86ee9..82d4cdcf70 100644 --- a/src/fs/test_fs_unindex.c +++ b/src/fs/test_fs_unindex.c @@ -100,10 +100,10 @@ progress_cb (void *cls, case GNUNET_FS_STATUS_PUBLISH_PROGRESS: #if VERBOSE printf ("Publish is progressing (%llu/%llu at level %u off %llu)...\n", - (unsigned long long) event->abs_value.publish.completed, - (unsigned long long) event->abs_value.publish.size, - event->abs_value.publish.specifics.progress.depth, - (unsigned long long) event->abs_value.publish.specifics.progress.offset); + (unsigned long long) event->value.publish.completed, + (unsigned long long) event->value.publish.size, + event->value.publish.specifics.progress.depth, + (unsigned long long) event->value.publish.specifics.progress.offset); #endif break; case GNUNET_FS_STATUS_PUBLISH_COMPLETED: @@ -126,10 +126,10 @@ progress_cb (void *cls, GNUNET_assert (unindex == event->value.unindex.uc); #if VERBOSE printf ("Unindex is progressing (%llu/%llu at level %u off %llu)...\n", - (unsigned long long) event->abs_value.unindex.completed, - (unsigned long long) event->abs_value.unindex.size, - event->abs_value.unindex.specifics.progress.depth, - (unsigned long long) event->abs_value.unindex.specifics.progress.offset); + (unsigned long long) event->value.unindex.completed, + (unsigned long long) event->value.unindex.size, + event->value.unindex.specifics.progress.depth, + (unsigned long long) event->value.unindex.specifics.progress.offset); #endif break; case GNUNET_FS_STATUS_PUBLISH_ERROR: |