aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_indexing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
commit32892c4aa7736eb8039f28d79b5cdb53cdc0061c (patch)
tree9729d165562c1780934a9a979dbc06d7f8470592 /src/fs/gnunet-service-fs_indexing.c
parentbf6e480c1dda383bd55b311039d8d41189c5feea (diff)
downloadgnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.tar.gz
gnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.zip
off-line hack fest
Diffstat (limited to 'src/fs/gnunet-service-fs_indexing.c')
-rw-r--r--src/fs/gnunet-service-fs_indexing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_indexing.c b/src/fs/gnunet-service-fs_indexing.c
index 3095092b8..a5ac0dda3 100644
--- a/src/fs/gnunet-service-fs_indexing.c
+++ b/src/fs/gnunet-service-fs_indexing.c
@@ -539,7 +539,7 @@ int
539GNUNET_FS_handle_on_demand_block (const GNUNET_HashCode * key, 539GNUNET_FS_handle_on_demand_block (const GNUNET_HashCode * key,
540 uint32_t size, 540 uint32_t size,
541 const void *data, 541 const void *data,
542 uint32_t type, 542 enum GNUNET_BLOCK_Type type,
543 uint32_t priority, 543 uint32_t priority,
544 uint32_t anonymity, 544 uint32_t anonymity,
545 struct GNUNET_TIME_Absolute 545 struct GNUNET_TIME_Absolute
@@ -641,7 +641,7 @@ GNUNET_FS_handle_on_demand_block (const GNUNET_HashCode * key,
641 key, 641 key,
642 nsize, 642 nsize,
643 edata, 643 edata,
644 GNUNET_DATASTORE_BLOCKTYPE_DBLOCK, 644 GNUNET_BLOCK_TYPE_DBLOCK,
645 priority, 645 priority,
646 anonymity, 646 anonymity,
647 expiration, 647 expiration,