|
Electroneum
|
#include <outside_network.h>

Public Attributes | |
| struct service_callback * | next |
| comm_point_callback_type * | cb |
| void * | cb_arg |
Callback to party interested in serviced query results.
Definition at line 300 of file outside_network.h.
| comm_point_callback_type* service_callback::cb |
callback function
Definition at line 304 of file outside_network.h.
| void* service_callback::cb_arg |
user argument for callback function
Definition at line 306 of file outside_network.h.
| struct service_callback* service_callback::next |
next in callback list
Definition at line 302 of file outside_network.h.