print active/inactive information
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index fafe6e5ae2ce6fe2cc9c38c30552be32190a2426..d875aeb6b6eb0235cdc193654a7ff42ce64d774c 100644 (file)
@@ -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
 
@@ -166,6 +166,11 @@ 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
+
 
 #if 0                           /* keep Emacsens' auto-indent happy */
 {