From 83c058a5ea11b6d7aa05cb71963c6063cb373603 Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Sat, 17 May 2014 10:16:15 +0000 Subject: multicast, psyc: client connections, join requests --- src/include/gnunet_signatures.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/include/gnunet_signatures.h') diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h index fafe6e5ae..d875aeb6b 100644 --- a/src/include/gnunet_signatures.h +++ b/src/include/gnunet_signatures.h @@ -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 */ { -- cgit v1.2.3