aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 37a4ca1fb..30a4bb761 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -230,6 +230,17 @@ extern "C"
230 */ 230 */
231#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_CHALLENGE 35 231#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_CHALLENGE 35
232 232
233/**
234 * Signature by a peer affirming that it is on a DV path.
235 */
236#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DV_HOP 36
237
238/**
239 * Signature by a peer affirming that it originated the
240 * DV path.
241 */
242#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DV_INITIATOR 37
243
233 244
234#if 0 /* keep Emacsens' auto-indent happy */ 245#if 0 /* keep Emacsens' auto-indent happy */
235{ 246{