adding number of preferences to allow iterating over preferences
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index 05d758cdb710cba65a6c4f49faf9b93c2a2c79ca..f25f31cd38e9dd889a23a69b5d1e150685f3c192 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -137,7 +137,7 @@ extern "C"
 #define GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT 18
 
 /**
- * Signature of a multicast message.
+ * Signature of a multicast message sent by the origin.
  */
 #define GNUNET_SIGNATURE_PURPOSE_MULTICAST_MESSAGE 19
 
@@ -147,9 +147,9 @@ extern "C"
 #define GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING 20
 
 /**
- * Key exchange in MESH
+ * Key exchange in CADET
  */
-#define GNUNET_SIGNATURE_PURPOSE_MESH_KX                21
+#define GNUNET_SIGNATURE_PURPOSE_CADET_KX 21
 
 /**
  * Signature for the first round of distributed key generation.
@@ -166,6 +166,16 @@ extern "C"
  */
 #define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DECRYPTION 23
 
+/**
+ * Signature of a multicast request sent by a member.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_MULTICAST_REQUEST 24
+
+/**
+ * Signature for a sensor anomaly report message.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_SENSOR_ANOMALY_REPORT 25
+
 
 #if 0                           /* keep Emacsens' auto-indent happy */
 {