From 4eda8d33675ba1e004792635b33342c04c5cbe32 Mon Sep 17 00:00:00 2001 From: Markus Voggenreiter Date: Sat, 19 Oct 2019 11:30:24 +0200 Subject: Listing Attestations through service --- src/include/gnunet_protocols.h | 2 ++ src/include/gnunet_reclaim_attribute_lib.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 45b3c6728..f1dc74462 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -2718,6 +2718,8 @@ extern "C" { #define GNUNET_MESSAGE_TYPE_RECLAIM_ATTESTATION_DELETE 978 +#define GNUNET_MESSAGE_TYPE_RECLAIM_ATTESTATION_RESULT 979 + /************************************************** * * ABD MESSAGE TYPES diff --git a/src/include/gnunet_reclaim_attribute_lib.h b/src/include/gnunet_reclaim_attribute_lib.h index c23b39383..34429da51 100644 --- a/src/include/gnunet_reclaim_attribute_lib.h +++ b/src/include/gnunet_reclaim_attribute_lib.h @@ -53,12 +53,12 @@ extern "C" { /** * No value attestation. */ -#define GNUNET_RECLAIM_ATTESTATION_TYPE_NONE 0 +#define GNUNET_RECLAIM_ATTESTATION_TYPE_NONE 10 /** * A JSON Web Token attestation. */ -#define GNUNET_RECLAIM_ATTESTATION_TYPE_JWT 1 +#define GNUNET_RECLAIM_ATTESTATION_TYPE_JWT 11 /** * An attribute. -- cgit v1.2.3