aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-05-17 10:16:15 +0000
committerGabor X Toth <*@tg-x.net>2014-05-17 10:16:15 +0000
commit83c058a5ea11b6d7aa05cb71963c6063cb373603 (patch)
tree30921098e391d492cf52311983348232d41d9634 /src/include/gnunet_signatures.h
parentd78b7d8a3f6cdaee244557667350da443ca76db5 (diff)
downloadgnunet-83c058a5ea11b6d7aa05cb71963c6063cb373603.tar.gz
gnunet-83c058a5ea11b6d7aa05cb71963c6063cb373603.zip
multicast, psyc: client connections, join requests
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h7
1 files changed, 6 insertions, 1 deletions
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"
137#define GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT 18 137#define GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT 18
138 138
139/** 139/**
140 * Signature of a multicast message. 140 * Signature of a multicast message sent by the origin.
141 */ 141 */
142#define GNUNET_SIGNATURE_PURPOSE_MULTICAST_MESSAGE 19 142#define GNUNET_SIGNATURE_PURPOSE_MULTICAST_MESSAGE 19
143 143
@@ -166,6 +166,11 @@ extern "C"
166 */ 166 */
167#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DECRYPTION 23 167#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DECRYPTION 23
168 168
169/**
170 * Signature of a multicast request sent by a member.
171 */
172#define GNUNET_SIGNATURE_PURPOSE_MULTICAST_REQUEST 24
173
169 174
170#if 0 /* keep Emacsens' auto-indent happy */ 175#if 0 /* keep Emacsens' auto-indent happy */
171{ 176{