aboutsummaryrefslogtreecommitdiff
path: root/src/credential/credential.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/credential.h')
-rw-r--r--src/credential/credential.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/credential/credential.h b/src/credential/credential.h
index 209fcdcaa..3ba8e9c9e 100644
--- a/src/credential/credential.h
+++ b/src/credential/credential.h
@@ -90,10 +90,15 @@ struct VerifyResultMessage
90 uint32_t cred_found GNUNET_PACKED; 90 uint32_t cred_found GNUNET_PACKED;
91 91
92 /** 92 /**
93 * The number of credentials in the response 93 * The number of delegations in the response
94 */ 94 */
95 uint32_t d_count GNUNET_PACKED; 95 uint32_t d_count GNUNET_PACKED;
96 96
97 /**
98 * The number of credentials in the response
99 */
100 uint32_t c_count GNUNET_PACKED;
101
97 /* followed by ad_count GNUNET_CREDENTIAL_RecordData structs*/ 102 /* followed by ad_count GNUNET_CREDENTIAL_RecordData structs*/
98 103
99}; 104};