From 1be263982990fc0650c30fb5f758d4100540561d Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Tue, 6 Dec 2016 22:21:49 +0100 Subject: - add simple verification --- src/credential/credential.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/credential/credential.h') diff --git a/src/credential/credential.h b/src/credential/credential.h index 8b5cf6db9..d52776cfa 100644 --- a/src/credential/credential.h +++ b/src/credential/credential.h @@ -83,12 +83,16 @@ struct VerifyResultMessage * Unique identifier for this request (for key collisions). */ uint32_t id GNUNET_PACKED; - + + /** + * Indicates if credential has been found at all + */ + uint32_t cred_found GNUNET_PACKED; /** * The number of credentials in the response */ - uint32_t ad_count GNUNET_PACKED; + uint32_t cd_count GNUNET_PACKED; /* followed by ad_count GNUNET_CREDENTIAL_RecordData structs*/ -- cgit v1.2.3