aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2021-12-03 18:14:38 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2021-12-03 18:14:38 +0100
commita0b8084ca93b19191ad0529ae349b4821ff905d6 (patch)
tree2cd541b149dd5a9b26f91404de9116b6291663f3
parent27e4f78f34c79ed18645cb15fc2c5f731c137076 (diff)
downloadgnunet-a0b8084ca93b19191ad0529ae349b4821ff905d6.tar.gz
gnunet-a0b8084ca93b19191ad0529ae349b4821ff905d6.zip
DHT: Remove unused processing option
-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