aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_put.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 21:06:11 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 21:06:11 +0000
commit65b243be0941da4896afd842deda48cd0ce488e2 (patch)
tree019901e73101b13f9602fa8118aa7503e9ee7d32 /src/fs/gnunet-service-fs_put.c
parent94f1bfcb5f933ea09b9e4d066685709eba423951 (diff)
downloadgnunet-65b243be0941da4896afd842deda48cd0ce488e2.tar.gz
gnunet-65b243be0941da4896afd842deda48cd0ce488e2.zip
DHT api switch adjustments
Diffstat (limited to 'src/fs/gnunet-service-fs_put.c')
-rw-r--r--src/fs/gnunet-service-fs_put.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_put.c b/src/fs/gnunet-service-fs_put.c
index 5771b5665..4910144d1 100644
--- a/src/fs/gnunet-service-fs_put.c
+++ b/src/fs/gnunet-service-fs_put.c
@@ -161,7 +161,7 @@ process_dht_put_content (void *cls, const GNUNET_HashCode * key, size_t size,
161 "Retrieved block `%s' of type %u for DHT PUT\n", GNUNET_h2s (key), 161 "Retrieved block `%s' of type %u for DHT PUT\n", GNUNET_h2s (key),
162 type); 162 type);
163#endif 163#endif
164 GNUNET_DHT_put (GSF_dht, key, DEFAULT_PUT_REPLICATION, GNUNET_DHT_RO_NONE, 164 GNUNET_DHT_put (GSF_dht, key, 5 /* DEFAULT_PUT_REPLICATION */, GNUNET_DHT_RO_NONE,
165 type, size, data, expiration, GNUNET_TIME_UNIT_FOREVER_REL, 165 type, size, data, expiration, GNUNET_TIME_UNIT_FOREVER_REL,
166 &delay_dht_put_blocks, po); 166 &delay_dht_put_blocks, po);
167} 167}