aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dht_service.h')
-rw-r--r--src/include/gnunet_dht_service.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index 34628e1fb..d4a4ed7d2 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -100,14 +100,10 @@ enum GNUNET_DHT_RouteOption
100 GNUNET_DHT_RO_FIND_PEER = 4, 100 GNUNET_DHT_RO_FIND_PEER = 4,
101 101
102 /** 102 /**
103 * Possible message option for query key randomization. 103 * Flag given to monitors if this was the last hop for a GET/PUT.
104 */ 104 * This is only used for internal processing.
105 GNUNET_DHT_RO_BART = 8, 105 */
106 106 GNUNET_DHT_RO_LAST_HOP = 65535
107 /**
108 * Flag given to monitors if this was the last hop for a GET/PUT.
109 */
110 GNUNET_DHT_RO_LAST_HOP = 16
111}; 107};
112 108
113 109