aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_routing.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 12:01:04 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 12:01:04 +0000
commit6344484c91bce5989eec1cd33d94588661ea7bb0 (patch)
tree711f3ff92dc242bab47f2d6d946a4e97cb3ea6ae /src/dht/gnunet-service-dht_routing.h
parent621e141e0ce52f5793cce348ff070e90dad296cc (diff)
downloadgnunet-6344484c91bce5989eec1cd33d94588661ea7bb0.tar.gz
gnunet-6344484c91bce5989eec1cd33d94588661ea7bb0.zip
respect path tracking and demultiplex everywhere options
Diffstat (limited to 'src/dht/gnunet-service-dht_routing.h')
-rw-r--r--src/dht/gnunet-service-dht_routing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-dht_routing.h b/src/dht/gnunet-service-dht_routing.h
index 6b2246f31..a2576a3bb 100644
--- a/src/dht/gnunet-service-dht_routing.h
+++ b/src/dht/gnunet-service-dht_routing.h
@@ -28,6 +28,7 @@
28 28
29#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
30#include "gnunet_block_lib.h" 30#include "gnunet_block_lib.h"
31#include "gnunet_dht_service.h"
31 32
32 33
33/** 34/**
@@ -64,6 +65,7 @@ GDS_ROUTING_process (enum GNUNET_BLOCK_Type type,
64 * 65 *
65 * @param sender peer that originated the request 66 * @param sender peer that originated the request
66 * @param type type of the block 67 * @param type type of the block
68 * @param options options for processing
67 * @param key key for the content 69 * @param key key for the content
68 * @param xquery extended query 70 * @param xquery extended query
69 * @param xquery_size number of bytes in xquery 71 * @param xquery_size number of bytes in xquery
@@ -73,6 +75,7 @@ GDS_ROUTING_process (enum GNUNET_BLOCK_Type type,
73void 75void
74GDS_ROUTING_add (const struct GNUNET_PeerIdentity *sender, 76GDS_ROUTING_add (const struct GNUNET_PeerIdentity *sender,
75 enum GNUNET_BLOCK_Type type, 77 enum GNUNET_BLOCK_Type type,
78 enum GNUNET_DHT_RouteOption options,
76 const GNUNET_HashCode *key, 79 const GNUNET_HashCode *key,
77 const void *xquery, 80 const void *xquery,
78 size_t xquery_size, 81 size_t xquery_size,