Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / dht / dht.h
index f630e5a33b987e706254182dc4c5721de7c4c300..4c994f93a43225781c71302406625f5a8aedd2da 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2003, 2004, 2009, 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001, 2002, 2003, 2004, 2009, 2011 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -14,8 +14,8 @@
 
      You should have received a copy of the GNU General Public License
      along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-     Boston, MA 02111-1307, USA.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 */
 
 /**
@@ -441,24 +441,6 @@ struct GNUNET_DHT_MonitorGetRespMessage
 
 };
 
-#if ENABLE_MALICIOUS
-/**
- * Message to turn the service malicious
- */
-struct GNUNET_DHT_ActMaliciousMessage
-{
-  /**
-   * Type: #GNUNET_MESSAGE_TYPE_ACT_MALICIOUS
-   */
-  struct GNUNET_MessageHeader header;
-
-  /**
-   * Type of malicious behaviour expected; 0 turning peer benign
-   */
-  uint32_t action;
-};
-#endif
-
 GNUNET_NETWORK_STRUCT_END
 
 #endif