aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ulrich <christian@ulrich.earth>2020-06-19 23:13:49 +0200
committerChristian Ulrich <christian@ulrich.earth>2020-06-19 23:13:49 +0200
commit3a1416d57727ccc277baad1bb9ec83f690476aaf (patch)
tree523d26673948a92bd057c5c2d936ac7136e2f240
parent97b589e7bbb08cfa93f62c39da45b0b07fea910d (diff)
downloadgnunet-nim-3a1416d57727ccc277baad1bb9ec83f690476aaf.tar.gz
gnunet-nim-3a1416d57727ccc277baad1bb9ec83f690476aaf.zip
remove when blocks
-rw-r--r--src/gnunet_nim/gnunet_protocols.nim17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/gnunet_nim/gnunet_protocols.nim b/src/gnunet_nim/gnunet_protocols.nim
index 821861d..274c92c 100644
--- a/src/gnunet_nim/gnunet_protocols.nim
+++ b/src/gnunet_nim/gnunet_protocols.nim
@@ -3330,17 +3330,6 @@ const
3330const 3330const
3331 GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION* = 892 3331 GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION* = 892
3332 3332
3333when ENABLE_MALICIOUS:
3334 ## *
3335 ## Turn X-VINE DHT service malicious
3336 ##
3337 const
3338 GNUNET_MESSAGE_TYPE_DHT_ACT_MALICIOUS* = 893
3339 ## *
3340 ## Acknowledge receiving ACT MALICIOUS request
3341 ##
3342 const
3343 GNUNET_MESSAGE_TYPE_DHT_CLIENT_ACT_MALICIOUS_OK* = 894
3344## ****************************************************************************** 3333## ******************************************************************************
3345## Whanau DHT messages 3334## Whanau DHT messages
3346## **************************************************************************** 3335## ****************************************************************************
@@ -3442,12 +3431,6 @@ const
3442const 3431const
3443 GNUNET_MESSAGE_TYPE_RPS_CS_SEED* = 954 3432 GNUNET_MESSAGE_TYPE_RPS_CS_SEED* = 954
3444 3433
3445when ENABLE_MALICIOUS:
3446 ## *
3447 ## Turn RPS service malicious
3448 ##
3449 const
3450 GNUNET_MESSAGE_TYPE_RPS_ACT_MALICIOUS* = 955
3451## * 3434## *
3452## RPS client-service message to start a sub sampler 3435## RPS client-service message to start a sub sampler
3453## 3436##