aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_put.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-05 16:10:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-05 16:10:55 +0000
commit2a23e57e4216593e83e7235e23988564825e4229 (patch)
tree89cdee0dd816e722214f76f4b9762140416ade20 /src/fs/gnunet-service-fs_put.c
parentdfeb2b787f31255761a808007779c6e992c47591 (diff)
downloadgnunet-2a23e57e4216593e83e7235e23988564825e4229.tar.gz
gnunet-2a23e57e4216593e83e7235e23988564825e4229.zip
starting major change towards implementing #2564, this breaks some FS tests and FS APIs
Diffstat (limited to 'src/fs/gnunet-service-fs_put.c')
-rw-r--r--src/fs/gnunet-service-fs_put.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_put.c b/src/fs/gnunet-service-fs_put.c
index 49962d314..ef796f559 100644
--- a/src/fs/gnunet-service-fs_put.c
+++ b/src/fs/gnunet-service-fs_put.c
@@ -83,9 +83,7 @@ struct PutOperator
83 * of block that we're putting into the DHT). 83 * of block that we're putting into the DHT).
84 */ 84 */
85static struct PutOperator operators[] = { 85static struct PutOperator operators[] = {
86 {NULL, GNUNET_BLOCK_TYPE_FS_KBLOCK, 0, 0, 0}, 86 {NULL, GNUNET_BLOCK_TYPE_FS_UBLOCK, 0, 0, 0},
87 {NULL, GNUNET_BLOCK_TYPE_FS_SBLOCK, 0, 0, 0},
88 {NULL, GNUNET_BLOCK_TYPE_FS_NBLOCK, 0, 0, 0},
89 {NULL, GNUNET_BLOCK_TYPE_ANY, 0, 0, 0} 87 {NULL, GNUNET_BLOCK_TYPE_ANY, 0, 0, 0}
90}; 88};
91 89