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.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 22b659d66..d683ae0bf 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -106,10 +106,15 @@ enum GNUNET_DHT_RouteOption
106 GNUNET_DHT_RO_FIND_APPROXIMATE = 4, 106 GNUNET_DHT_RO_FIND_APPROXIMATE = 4,
107 107
108 /** 108 /**
109 * Flag set if the path was truncated.
110 */
111 GNUNET_DHT_RO_TRUNCATED = 8,
112
113 /**
109 * Flag given to monitors if this was the last hop for a GET/PUT. 114 * Flag given to monitors if this was the last hop for a GET/PUT.
110 * This is only used for internal processing. 115 * This is only used for internal processing.
111 */ 116 */
112 GNUNET_DHT_RO_LAST_HOP = 65535 117 GNUNET_DHT_RO_LAST_HOP = 32768
113}; 118};
114 119
115 120