Electroneum
auth_zones Struct Reference

#include <authzone.h>

Collaboration diagram for auth_zones:

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
 

Detailed Description

Authoritative zones, shared.

Definition at line 71 of file authzone.h.

Member Data Documentation

◆ have_downstream

int auth_zones::have_downstream

do we have downstream enabled

Definition at line 79 of file authzone.h.

◆ lock

lock_rw_type auth_zones::lock

lock on the authzone trees

Definition at line 73 of file authzone.h.

◆ num_query_down

size_t auth_zones::num_query_down

number of queries downstream

Definition at line 83 of file authzone.h.

◆ num_query_up

size_t auth_zones::num_query_up

number of queries upstream

Definition at line 81 of file authzone.h.

◆ xtree

rbtree_type auth_zones::xtree

rbtree of struct auth_xfer

Definition at line 77 of file authzone.h.

◆ ztree

rbtree_type auth_zones::ztree

rbtree of struct auth_zone

Definition at line 75 of file authzone.h.


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