aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-30 19:05:29 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-30 19:05:29 +0000
commit365afdb913c3446f358d3a13fcdaad4ae76334b3 (patch)
treed59a148f8e59798374ec68a931141d5432ea7145 /src/include/gnunet_signatures.h
parent0ed78fc783399971276412dc48130ec5e7256512 (diff)
downloadgnunet-365afdb913c3446f358d3a13fcdaad4ae76334b3.tar.gz
gnunet-365afdb913c3446f358d3a13fcdaad4ae76334b3.zip
sblocks
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h15
1 files changed, 13 insertions, 2 deletions
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"
59 */ 59 */
60#define GNUNET_SIGNATURE_PURPOSE_NAMESPACE_ADVERTISEMENT 3 60#define GNUNET_SIGNATURE_PURPOSE_NAMESPACE_ADVERTISEMENT 3
61 61
62/**
63 * Signature by which a peer affirms that it is
64 * providing a certain bit of content (used
65 * in LOCation URIs).
66 */
67#define GNUNET_SIGNATURE_PURPOSE_PEER_PLACEMENT 4
68
69/**
70 * Signature in a KBlock of the FS module.
71 */
72#define GNUNET_SIGNATURE_PURPOSE_FS_KBLOCK 5
62 73
63/** 74/**
64 * Signature of content URI placed into a namespace. 75 * Signature of content URI placed into a namespace.
65 */ 76 */
66#define GNUNET_SIGNATURE_PURPOSE_NAMESPACE_PLACEMENT 4 77#define GNUNET_SIGNATURE_PURPOSE_FS_SBLOCK 6
67 78
68/** 79/**
69 * 80 *
70 */ 81 */
71#define GNUNET_SIGNATURE_PURPOSE_RESOLVER_RESPONSE 5 82#define GNUNET_SIGNATURE_PURPOSE_RESOLVER_RESPONSE 7
72 83
73 84
74#if 0 /* keep Emacsens' auto-indent happy */ 85#if 0 /* keep Emacsens' auto-indent happy */