|
OpenSDN source code
|
#include <gmph_private.h>

Public Attributes | |
| u_int32_t | hinst_magic |
| task_thread | hinst_thread |
| task_thread | hinst_client_thread |
| gmp_addr_catalog | hinst_addr_cat |
| void * | hinst_context |
| gmpx_patroot * | hinst_intfs |
| gmp_proto | hinst_proto |
| u_int | hinst_addrlen |
| gmpx_timer * | hinst_master_clock |
Definition at line 30 of file gmph_private.h.
| gmp_addr_catalog gmph_instance_::hinst_addr_cat |
Definition at line 34 of file gmph_private.h.
| u_int gmph_instance_::hinst_addrlen |
Definition at line 40 of file gmph_private.h.
| task_thread gmph_instance_::hinst_client_thread |
Definition at line 33 of file gmph_private.h.
| void* gmph_instance_::hinst_context |
Definition at line 36 of file gmph_private.h.
| gmpx_patroot* gmph_instance_::hinst_intfs |
Definition at line 38 of file gmph_private.h.
| u_int32_t gmph_instance_::hinst_magic |
Definition at line 31 of file gmph_private.h.
| gmpx_timer* gmph_instance_::hinst_master_clock |
Definition at line 41 of file gmph_private.h.
| gmp_proto gmph_instance_::hinst_proto |
Definition at line 39 of file gmph_private.h.
| task_thread gmph_instance_::hinst_thread |
Definition at line 32 of file gmph_private.h.