aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_datacache.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-20 17:19:47 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-20 17:19:47 +0100
commitf6f7fbbe98c110867febbcca647da8308be123c7 (patch)
treeaf69447cf4f08c417197685855c097c132aea8a1 /src/dht/gnunet-service-dht_datacache.h
parenta3882b58f1c5976677aa65b0af8a48e8e946b06e (diff)
downloadgnunet-f6f7fbbe98c110867febbcca647da8308be123c7.tar.gz
gnunet-f6f7fbbe98c110867febbcca647da8308be123c7.zip
completed big block refactoring in preparation for SET-BLOCK integration
Diffstat (limited to 'src/dht/gnunet-service-dht_datacache.h')
-rw-r--r--src/dht/gnunet-service-dht_datacache.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dht/gnunet-service-dht_datacache.h b/src/dht/gnunet-service-dht_datacache.h
index 5069883c7..ff6ae23da 100644
--- a/src/dht/gnunet-service-dht_datacache.h
+++ b/src/dht/gnunet-service-dht_datacache.h
@@ -87,8 +87,7 @@ typedef void
87 * @param type requested data type 87 * @param type requested data type
88 * @param xquery extended query 88 * @param xquery extended query
89 * @param xquery_size number of bytes in xquery 89 * @param xquery_size number of bytes in xquery
90 * @param reply_bf where the reply bf is (to be) stored, possibly updated!, can be NULL 90 * @param bg block group to use for evaluation of replies
91 * @param reply_bf_mutator mutation value for reply_bf
92 * @param gc function to call on the results 91 * @param gc function to call on the results
93 * @param gc_cls closure for @a gc 92 * @param gc_cls closure for @a gc
94 * @return evaluation result for the local replies 93 * @return evaluation result for the local replies
@@ -98,8 +97,7 @@ GDS_DATACACHE_handle_get (const struct GNUNET_HashCode *key,
98 enum GNUNET_BLOCK_Type type, 97 enum GNUNET_BLOCK_Type type,
99 const void *xquery, 98 const void *xquery,
100 size_t xquery_size, 99 size_t xquery_size,
101 struct GNUNET_CONTAINER_BloomFilter **reply_bf, 100 struct GNUNET_BLOCK_Group *bg,
102 uint32_t reply_bf_mutator,
103 GDS_DATACACHE_GetCallback gc, 101 GDS_DATACACHE_GetCallback gc,
104 void *gc_cls); 102 void *gc_cls);
105 103