|
Electroneum
|
#include <outbound_list.h>

Public Attributes | |
| struct outbound_entry * | next |
| struct outbound_entry * | prev |
| struct serviced_query * | qsent |
| struct module_qstate * | qstate |
Outbound list entry. A serviced query sent by a module processing the query from the qstate. Double linked list to aid removal.
Definition at line 61 of file outbound_list.h.
| struct outbound_entry* outbound_entry::next |
next in list
Definition at line 63 of file outbound_list.h.
| struct outbound_entry* outbound_entry::prev |
prev in list
Definition at line 65 of file outbound_list.h.
| struct serviced_query* outbound_entry::qsent |
The query that was sent out
Definition at line 67 of file outbound_list.h.
| struct module_qstate* outbound_entry::qstate |
the module query state that sent it
Definition at line 69 of file outbound_list.h.