aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_datacache.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 13:23:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 13:23:19 +0000
commit087fa2688ea9aa9fe9e8b0b3bf4a59e1479b1dbe (patch)
treedce5c0dd40106b1ce88442094f9a6a41ec1cdc77 /src/dht/gnunet-service-dht_datacache.h
parent6ac27138723d4609749e38f84e0a06c96610a735 (diff)
downloadgnunet-087fa2688ea9aa9fe9e8b0b3bf4a59e1479b1dbe.tar.gz
gnunet-087fa2688ea9aa9fe9e8b0b3bf4a59e1479b1dbe.zip
do not route requests that were perfectly satisfied
Diffstat (limited to 'src/dht/gnunet-service-dht_datacache.h')
-rw-r--r--src/dht/gnunet-service-dht_datacache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht_datacache.h b/src/dht/gnunet-service-dht_datacache.h
index dce15bd7d..ccd854570 100644
--- a/src/dht/gnunet-service-dht_datacache.h
+++ b/src/dht/gnunet-service-dht_datacache.h
@@ -61,8 +61,9 @@ GDS_DATACACHE_handle_put (struct GNUNET_TIME_Absolute expiration,
61 * @param xquery_size number of bytes in xquery 61 * @param xquery_size number of bytes in xquery
62 * @param reply_bf where the reply bf is (to be) stored, possibly updated!, can be NULL 62 * @param reply_bf where the reply bf is (to be) stored, possibly updated!, can be NULL
63 * @param reply_bf_mutator mutation value for reply_bf 63 * @param reply_bf_mutator mutation value for reply_bf
64 * @return evaluation result for the local replies
64 */ 65 */
65void 66enum GNUNET_BLOCK_EvaluationResult
66GDS_DATACACHE_handle_get (const GNUNET_HashCode *key, 67GDS_DATACACHE_handle_get (const GNUNET_HashCode *key,
67 enum GNUNET_BLOCK_Type type, 68 enum GNUNET_BLOCK_Type type,
68 const void *xquery, 69 const void *xquery,