aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-04 10:58:58 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-04 10:58:58 +0000
commitc7d80251ce87a5015409446d9ac93658ad5ca5d7 (patch)
tree75823f5b5e30fefc443ca41efdf96b6cfc41d109 /src/include/gnunet_signatures.h
parentb4f52cedf1afd0e53b2f205f2e543a7900b385be (diff)
downloadgnunet-c7d80251ce87a5015409446d9ac93658ad5ca5d7.tar.gz
gnunet-c7d80251ce87a5015409446d9ac93658ad5ca5d7.zip
-sync before server reboot, work on conversation service
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 54cf36209..1493f2901 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -141,6 +141,11 @@ extern "C"
141 */ 141 */
142#define GNUNET_SIGNATURE_PURPOSE_MULTICAST_MESSAGE 19 142#define GNUNET_SIGNATURE_PURPOSE_MULTICAST_MESSAGE 19
143 143
144/**
145 * Signature of a conversation ring.
146 */
147#define GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING 20
148
144 149
145#if 0 /* keep Emacsens' auto-indent happy */ 150#if 0 /* keep Emacsens' auto-indent happy */
146{ 151{