|
Electroneum
|
#include <authzone.h>

Public Attributes | |
| lock_rw_type | lock |
| rbtree_type | ztree |
| rbtree_type | xtree |
| int | have_downstream |
| size_t | num_query_up |
| size_t | num_query_down |
Authoritative zones, shared.
Definition at line 71 of file authzone.h.
| int auth_zones::have_downstream |
do we have downstream enabled
Definition at line 79 of file authzone.h.
| lock_rw_type auth_zones::lock |
lock on the authzone trees
Definition at line 73 of file authzone.h.
| size_t auth_zones::num_query_down |
number of queries downstream
Definition at line 83 of file authzone.h.
| size_t auth_zones::num_query_up |
number of queries upstream
Definition at line 81 of file authzone.h.
| rbtree_type auth_zones::xtree |
rbtree of struct auth_xfer
Definition at line 77 of file authzone.h.
| rbtree_type auth_zones::ztree |
rbtree of struct auth_zone
Definition at line 75 of file authzone.h.