|
Electroneum
|
#include <context.h>

Public Attributes | |
| struct rbnode_type | node |
| int | querynum |
| int | async |
| int | cancelled |
| ub_callback_type | cb |
| ub_event_callback_type | cb_event |
| void * | cb_arg |
| uint8_t * | msg |
| size_t | msg_len |
| enum sec_status | msg_security |
| struct libworker * | w |
| struct ub_result * | res |
The queries outstanding for the libunbound resolver. These are outstanding for async resolution. But also, outstanding for sync resolution by one of the threads that has joined the threadpool.
| int ctx_query::cancelled |
| ub_callback_type ctx_query::cb |
| void* ctx_query::cb_arg |
| ub_event_callback_type ctx_query::cb_event |
| uint8_t* ctx_query::msg |
| enum sec_status ctx_query::msg_security |
| struct rbnode_type ctx_query::node |
| struct ub_result* ctx_query::res |
| struct libworker* ctx_query::w |