aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_dht_service.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index 3e59f2b6d..33c6551db 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -95,7 +95,12 @@ enum GNUNET_DHT_RouteOption
95 /** 95 /**
96 * Possible message option for query key randomization. 96 * Possible message option for query key randomization.
97 */ 97 */
98 GNUNET_DHT_RO_BART = 8 98 GNUNET_DHT_RO_BART = 8,
99
100 /**
101 * Flag given to monitors if this was the last hop for a GET/PUT.
102 */
103 GNUNET_DHT_RO_LAST_HOP = 16
99}; 104};
100 105
101 106