gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-nim] branch master updated: remove when blocks


From: gnunet
Subject: [gnunet-nim] branch master updated: remove when blocks
Date: Fri, 19 Jun 2020 23:19:21 +0200

This is an automated email from the git hooks/post-receive script.

lurchi pushed a commit to branch master
in repository gnunet-nim.

The following commit(s) were added to refs/heads/master by this push:
     new 3a1416d  remove when blocks
3a1416d is described below

commit 3a1416d57727ccc277baad1bb9ec83f690476aaf
Author: Christian Ulrich <christian@ulrich.earth>
AuthorDate: Fri Jun 19 23:13:49 2020 +0200

    remove when blocks
---
 src/gnunet_nim/gnunet_protocols.nim | 17 -----------------
 1 file changed, 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
 const
   GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION* = 892
 
-when ENABLE_MALICIOUS:
-  ## *
-  ##  Turn X-VINE DHT service malicious
-  ##
-  const
-    GNUNET_MESSAGE_TYPE_DHT_ACT_MALICIOUS* = 893
-  ## *
-  ##  Acknowledge receiving ACT MALICIOUS request
-  ##
-  const
-    GNUNET_MESSAGE_TYPE_DHT_CLIENT_ACT_MALICIOUS_OK* = 894
 ## 
******************************************************************************
 ##  Whanau DHT messages
 ## ****************************************************************************
@@ -3442,12 +3431,6 @@ const
 const
   GNUNET_MESSAGE_TYPE_RPS_CS_SEED* = 954
 
-when ENABLE_MALICIOUS:
-  ## *
-  ##  Turn RPS service malicious
-  ##
-  const
-    GNUNET_MESSAGE_TYPE_RPS_ACT_MALICIOUS* = 955
 ## *
 ##  RPS client-service message to start a sub sampler
 ##

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]