Message from ABD service to client: new results. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/abd/abd.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Header of type GNUNET_MESSAGE_TYPE_ABD_VERIFY_RESULT. More... | |
uint32_t | id |
Unique identifier for this request (for key collisions). More... | |
uint32_t | del_found |
Indicates if credential has been found at all. More... | |
uint32_t | d_count |
The number of delegations in the response. More... | |
uint32_t | c_count |
The number of credentials in the response. More... | |
struct GNUNET_MessageHeader DelegationChainResultMessage::header |
Header of type GNUNET_MESSAGE_TYPE_ABD_VERIFY_RESULT.
Definition at line 123 of file abd.h.
Referenced by handle_result().
uint32_t DelegationChainResultMessage::id |
Unique identifier for this request (for key collisions).
Definition at line 128 of file abd.h.
Referenced by handle_result(), and send_lookup_response().
uint32_t DelegationChainResultMessage::del_found |
Indicates if credential has been found at all.
Definition at line 133 of file abd.h.
Referenced by handle_result(), and send_lookup_response().
uint32_t DelegationChainResultMessage::d_count |
The number of delegations in the response.
Definition at line 138 of file abd.h.
Referenced by handle_result(), and send_lookup_response().
uint32_t DelegationChainResultMessage::c_count |
The number of credentials in the response.
Definition at line 143 of file abd.h.
Referenced by handle_result(), and send_lookup_response().