aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.h
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/include/gnunet_dht_service.h
parent48c3f008109fe5c1925eee5fc946e5e606d410c7 (diff)
downloadgnunet-8df95b854d763559f2b06e3a6c3cb143723facc6.tar.gz
gnunet-8df95b854d763559f2b06e3a6c3cb143723facc6.zip
-moving DHT test to testbed API
Diffstat (limited to 'src/include/gnunet_dht_service.h')
-rw-r--r--src/include/gnunet_dht_service.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index 83774826e..89f42acb4 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -163,10 +163,12 @@ typedef void (*GNUNET_DHT_PutContinuation)(void *cls,
163 * (size too big) 163 * (size too big)
164 */ 164 */
165struct GNUNET_DHT_PutHandle * 165struct GNUNET_DHT_PutHandle *
166GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle, const struct GNUNET_HashCode * key, 166GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle,
167 const struct GNUNET_HashCode * key,
167 uint32_t desired_replication_level, 168 uint32_t desired_replication_level,
168 enum GNUNET_DHT_RouteOption options, 169 enum GNUNET_DHT_RouteOption options,
169 enum GNUNET_BLOCK_Type type, size_t size, const char *data, 170 enum GNUNET_BLOCK_Type type,
171 size_t size, const void *data,
170 struct GNUNET_TIME_Absolute exp, 172 struct GNUNET_TIME_Absolute exp,
171 struct GNUNET_TIME_Relative timeout, 173 struct GNUNET_TIME_Relative timeout,
172 GNUNET_DHT_PutContinuation cont, 174 GNUNET_DHT_PutContinuation cont,