X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fcredential%2Fcredential.h;h=d52776cfa44a6235bbc54fcd95384802b2c1de1b;hb=d0f60b23e15edfd27a0885a3cd0bd6daa765cde3;hp=8b5cf6db96274280c3a9e8b30bb2dd8563c66bf5;hpb=e2351f98490794db3e04c83106899781feb3edf2;p=oweals%2Fgnunet.git 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*/