From 365afdb913c3446f358d3a13fcdaad4ae76334b3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 30 Aug 2009 19:05:29 +0000 Subject: sblocks --- src/include/gnunet_signatures.h | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'src/include/gnunet_signatures.h') diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h index 6e4b0dc42..29aa36811 100644 --- a/src/include/gnunet_signatures.h +++ b/src/include/gnunet_signatures.h @@ -59,16 +59,27 @@ extern "C" */ #define GNUNET_SIGNATURE_PURPOSE_NAMESPACE_ADVERTISEMENT 3 +/** + * Signature by which a peer affirms that it is + * providing a certain bit of content (used + * in LOCation URIs). + */ +#define GNUNET_SIGNATURE_PURPOSE_PEER_PLACEMENT 4 + +/** + * Signature in a KBlock of the FS module. + */ +#define GNUNET_SIGNATURE_PURPOSE_FS_KBLOCK 5 /** * Signature of content URI placed into a namespace. */ -#define GNUNET_SIGNATURE_PURPOSE_NAMESPACE_PLACEMENT 4 +#define GNUNET_SIGNATURE_PURPOSE_FS_SBLOCK 6 /** * */ -#define GNUNET_SIGNATURE_PURPOSE_RESOLVER_RESPONSE 5 +#define GNUNET_SIGNATURE_PURPOSE_RESOLVER_RESPONSE 7 #if 0 /* keep Emacsens' auto-indent happy */ -- cgit v1.2.3