aboutsummaryrefslogtreecommitdiff
path: root/src/credential/credential.h
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-14 17:35:49 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-14 17:35:49 +0100
commit745f0dc8f07ef5275f829b13524d6afcc251e58a (patch)
tree32c8109d341b614fc6841831a111026713db0481 /src/credential/credential.h
parent02066879bd7eb841d01e1359021de3bc3aca11e0 (diff)
downloadgnunet-745f0dc8f07ef5275f829b13524d6afcc251e58a.tar.gz
gnunet-745f0dc8f07ef5275f829b13524d6afcc251e58a.zip
-fixes, prettify
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};