use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriate
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index 54cf36209502214e233db50bd73138ecb441d5d0..f8839c1aa74c94cdee8cb102787118ba5d65ac92 100644 (file)
@@ -141,6 +141,16 @@ extern "C"
  */
 #define GNUNET_SIGNATURE_PURPOSE_MULTICAST_MESSAGE 19
 
+/**
+ * Signature of a conversation ring.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING 20
+
+/**
+ * Key exchange in MESH
+ */
+#define GNUNET_SIGNATURE_PURPOSE_MESH_KX                21
+
 
 #if 0                           /* keep Emacsens' auto-indent happy */
 {