|
Electroneum
|
#include <subnetmod.h>

Public Attributes | |
| struct slabhash * | subnet_msg_cache |
| struct ecs_whitelist * | whitelist |
| struct alloc_cache | alloc |
| lock_rw_type | biglock |
Global state for the subnet module.
Definition at line 54 of file subnetmod.h.
| struct alloc_cache subnet_env::alloc |
allocation service
Definition at line 62 of file subnetmod.h.
| lock_rw_type subnet_env::biglock |
Definition at line 63 of file subnetmod.h.
| struct slabhash* subnet_env::subnet_msg_cache |
shared message cache key: struct query_info* data: struct subnet_msg_cache_data*
Definition at line 58 of file subnetmod.h.
| struct ecs_whitelist* subnet_env::whitelist |
access control, which upstream servers we send client address
Definition at line 60 of file subnetmod.h.