aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
commit6c471eeb15e27f8226492b4860a3c2acb94c5f25 (patch)
treea3a9dcba12ee5356c03056c10b7aba5367b2ef34 /src/fs/gnunet-service-fs_push.c
parent16bcbbea7133fd2265d46bd2ae1dc70e8c9ba96f (diff)
downloadgnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.tar.gz
gnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.zip
-consistently use struct GNUNET_HashCode
Diffstat (limited to 'src/fs/gnunet-service-fs_push.c')
-rw-r--r--src/fs/gnunet-service-fs_push.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_push.c b/src/fs/gnunet-service-fs_push.c
index 22a76f332..aaf7ca8a3 100644
--- a/src/fs/gnunet-service-fs_push.c
+++ b/src/fs/gnunet-service-fs_push.c
@@ -71,7 +71,7 @@ struct MigrationReadyBlock
71 /** 71 /**
72 * Query for the block. 72 * Query for the block.
73 */ 73 */
74 GNUNET_HashCode query; 74 struct GNUNET_HashCode query;
75 75
76 /** 76 /**
77 * When does this block expire? 77 * When does this block expire?
@@ -467,7 +467,7 @@ consider_gathering ()
467 * maybe 0 if no unique identifier is available 467 * maybe 0 if no unique identifier is available
468 */ 468 */
469static void 469static void
470process_migration_content (void *cls, const GNUNET_HashCode * key, size_t size, 470process_migration_content (void *cls, const struct GNUNET_HashCode * key, size_t size,
471 const void *data, enum GNUNET_BLOCK_Type type, 471 const void *data, enum GNUNET_BLOCK_Type type,
472 uint32_t priority, uint32_t anonymity, 472 uint32_t priority, uint32_t anonymity,
473 struct GNUNET_TIME_Absolute expiration, uint64_t uid) 473 struct GNUNET_TIME_Absolute expiration, uint64_t uid)