aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-31 21:30:55 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-31 21:30:55 +0000
commit8df95b854d763559f2b06e3a6c3cb143723facc6 (patch)
tree68de6417f9a09ddeccd5071da96174f1024af9d6 /src/dht/dht_api.c
parent48c3f008109fe5c1925eee5fc946e5e606d410c7 (diff)
downloadgnunet-8df95b854d763559f2b06e3a6c3cb143723facc6.tar.gz
gnunet-8df95b854d763559f2b06e3a6c3cb143723facc6.zip
-moving DHT test to testbed API
Diffstat (limited to 'src/dht/dht_api.c')
-rw-r--r--src/dht/dht_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index 0905486d1..7964ba98f 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -1041,7 +1041,7 @@ struct GNUNET_DHT_PutHandle *
1041GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle, const struct GNUNET_HashCode * key, 1041GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle, const struct GNUNET_HashCode * key,
1042 uint32_t desired_replication_level, 1042 uint32_t desired_replication_level,
1043 enum GNUNET_DHT_RouteOption options, 1043 enum GNUNET_DHT_RouteOption options,
1044 enum GNUNET_BLOCK_Type type, size_t size, const char *data, 1044 enum GNUNET_BLOCK_Type type, size_t size, const void *data,
1045 struct GNUNET_TIME_Absolute exp, 1045 struct GNUNET_TIME_Absolute exp,
1046 struct GNUNET_TIME_Relative timeout, GNUNET_DHT_PutContinuation cont, 1046 struct GNUNET_TIME_Relative timeout, GNUNET_DHT_PutContinuation cont,
1047 void *cont_cls) 1047 void *cont_cls)