summaryrefslogtreecommitdiff
path: root/src/credential/credential.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/credential.h')
-rw-r--r--src/credential/credential.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/credential/credential.h b/src/credential/credential.h
index 43ecec73f..504c7b464 100644
--- a/src/credential/credential.h
+++ b/src/credential/credential.h
@@ -145,6 +145,24 @@ struct DelegationChainResultMessage
145 /* followed by ad_count GNUNET_CREDENTIAL_RecordData structs*/ 145 /* followed by ad_count GNUNET_CREDENTIAL_RecordData structs*/
146}; 146};
147 147
148/**
149 * Message from CREDENTIAL service to client: new results.
150 */
151struct DelegationChainIntermediateMessage
152{
153 /**
154 * Header of type #GNUNET_MESSAGE_TYPE_CREDENTIAL_INTERMEDIATE_RESULT
155 */
156 struct GNUNET_MessageHeader header;
157
158 /**
159 * Unique identifier for this request (for key collisions).
160 */
161 uint32_t id GNUNET_PACKED;
162
163 uint32_t size GNUNET_PACKED;
164};
165
148struct DelegationRecordData 166struct DelegationRecordData
149{ 167{
150 /** 168 /**