acl/lib_acl_cpp/samples/master/master_http_rpc/global.h

19 lines
534 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
////////////////////////////////////////////////////////////////////////////////
// é°å¶‡ç†é<E280A0><C3A9>å­î†<C3AE>椤¹
extern char *var_cfg_rpc_addr;
extern acl::master_str_tbl var_conf_str_tab[];
extern int var_cfg_preread;
extern acl::master_bool_tbl var_conf_bool_tab[];
extern int var_cfg_nthreads_limit;
extern int var_cfg_echo_length;
extern acl::master_int_tbl var_conf_int_tab[];
////////////////////////////////////////////////////////////////////////////////
extern bool var_mem_slice_on;