Electroneum
outbound_entry Struct Reference

#include <outbound_list.h>

Collaboration diagram for outbound_entry:

Public Attributes

struct outbound_entrynext
 
struct outbound_entryprev
 
struct serviced_queryqsent
 
struct module_qstateqstate
 

Detailed Description

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.

Member Data Documentation

◆ next

struct outbound_entry* outbound_entry::next

next in list

Definition at line 63 of file outbound_list.h.

◆ prev

struct outbound_entry* outbound_entry::prev

prev in list

Definition at line 65 of file outbound_list.h.

◆ qsent

struct serviced_query* outbound_entry::qsent

The query that was sent out

Definition at line 67 of file outbound_list.h.

◆ qstate

struct module_qstate* outbound_entry::qstate

the module query state that sent it

Definition at line 69 of file outbound_list.h.


The documentation for this struct was generated from the following file: