From 15b0d71a635f02f5e0291a695d35a65698fdea05 Mon Sep 17 00:00:00 2001 From: Andreas Ebner Date: Sun, 4 Aug 2019 13:52:03 +0200 Subject: Clean up and renaming - renamed a lot of variables/functions that no longer serve credential but delegate - correct printouts likewise - cleaned up test_credential_own.sh to use credential service issuer side storage - removed credential related parameters from VerifyRequestHandle struct --- src/credential/credential.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/credential/credential.h') diff --git a/src/credential/credential.h b/src/credential/credential.h index 97fdfecbf..ca8fb78d7 100644 --- a/src/credential/credential.h +++ b/src/credential/credential.h @@ -91,9 +91,9 @@ struct VerifyMessage struct GNUNET_CRYPTO_EcdsaPublicKey issuer_key; /** - * Number of credentials + * Number of delegates */ - uint32_t c_count; + uint32_t d_count; /** * Length of the issuer attribute @@ -132,7 +132,7 @@ struct DelegationChainResultMessage /** * Indicates if credential has been found at all */ - uint32_t cred_found GNUNET_PACKED; + uint32_t del_found GNUNET_PACKED; /** * The number of delegations in the response -- cgit v1.2.3