adding number of preferences to allow iterating over preferences
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index d875aeb6b6eb0235cdc193654a7ff42ce64d774c..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
@@ -149,7 +149,7 @@ extern "C"
 /**
  * Key exchange in CADET
  */
-#define GNUNET_SIGNATURE_PURPOSE_CADET_KX                21
+#define GNUNET_SIGNATURE_PURPOSE_CADET_KX 21
 
 /**
  * Signature for the first round of distributed key generation.
@@ -171,6 +171,11 @@ extern "C"
  */
 #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 */
 {