Outbound list entry. More...
#include <outbound_list.h>
Data Fields | |
struct outbound_entry * | next |
next in list | |
struct outbound_entry * | prev |
prev in list | |
struct serviced_query * | qsent |
The query that was sent out. | |
struct module_qstate * | qstate |
the module query state that sent it | |
Outbound list entry.
A serviced query sent by a module processing the query from the qstate. Double linked list to aid removal.