aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-09-27 10:13:36 +0000
committerGabor X Toth <*@tg-x.net>2013-09-27 10:13:36 +0000
commit7bbbb8a1f5725497b1edf68cba59529d95fe585d (patch)
tree339f5f6797c3eeb58c6abeda6e13005270dcbd44 /src/include/gnunet_signatures.h
parentbcdae74167d2e1f9d8dd9b01fb368bf8bcc2287d (diff)
downloadgnunet-7bbbb8a1f5725497b1edf68cba59529d95fe585d.tar.gz
gnunet-7bbbb8a1f5725497b1edf68cba59529d95fe585d.zip
multicast: simplistic origin_to_all() code to be able to test the psyc service
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 3dade4cdc..5ecc7830f 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -131,6 +131,10 @@ extern "C"
131 */ 131 */
132#define GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT 18 132#define GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT 18
133 133
134/**
135 * Signature of a multicast message.
136 */
137#define GNUNET_SIGNATURE_PURPOSE_MULTICAST_MESSAGE 19
134 138
135 139
136#if 0 /* keep Emacsens' auto-indent happy */ 140#if 0 /* keep Emacsens' auto-indent happy */