aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-27 20:14:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-27 20:14:21 +0000
commitb55ae0b50e36537b83a02941caf32a05e3403412 (patch)
tree941d6b2ce180b5b81a5a9c513dbe937f55a24953 /src/dht/dht_api.c
parent25b5a135122c063f7ed8de74ae04d65fed180f5f (diff)
downloadgnunet-b55ae0b50e36537b83a02941caf32a05e3403412.tar.gz
gnunet-b55ae0b50e36537b83a02941caf32a05e3403412.zip
-fixing #2340
Diffstat (limited to 'src/dht/dht_api.c')
-rw-r--r--src/dht/dht_api.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index 131070302..420eacbff 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -1135,7 +1135,6 @@ GNUNET_DHT_put_cancel (struct GNUNET_DHT_PutHandle *ph)
1135 * also "GNUNET_BLOCK_evaluate". 1135 * also "GNUNET_BLOCK_evaluate".
1136 * 1136 *
1137 * @param handle handle to the DHT service 1137 * @param handle handle to the DHT service
1138 * @param timeout how long to wait for transmission of this request to the service
1139 * @param type expected type of the response object 1138 * @param type expected type of the response object
1140 * @param key the key to look up 1139 * @param key the key to look up
1141 * @param desired_replication_level estimate of how many 1140 * @param desired_replication_level estimate of how many
@@ -1149,7 +1148,6 @@ GNUNET_DHT_put_cancel (struct GNUNET_DHT_PutHandle *ph)
1149 */ 1148 */
1150struct GNUNET_DHT_GetHandle * 1149struct GNUNET_DHT_GetHandle *
1151GNUNET_DHT_get_start (struct GNUNET_DHT_Handle *handle, 1150GNUNET_DHT_get_start (struct GNUNET_DHT_Handle *handle,
1152 struct GNUNET_TIME_Relative timeout,
1153 enum GNUNET_BLOCK_Type type, const GNUNET_HashCode * key, 1151 enum GNUNET_BLOCK_Type type, const GNUNET_HashCode * key,
1154 uint32_t desired_replication_level, 1152 uint32_t desired_replication_level,
1155 enum GNUNET_DHT_RouteOption options, const void *xquery, 1153 enum GNUNET_DHT_RouteOption options, const void *xquery,