This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tsg-master/src/version.map
liuxueli 5c04ba23aa SSL_SNI和HTTP_HOST的deny动作由总控负责处理
修复获取全局流ID时的错误
2019-11-20 18:00:37 +08:00

15 lines
209 B
Plaintext

VERS_2.4{
global:
extern "C++" {
g_*;
*TSG_MASTER_INIT*;
*TSG_MASTER_TCP_ENTRY*;
*TSG_MASTER_UNLOAD*;
*tsg_scan_nesting_addr*;
*tsg_pull_policy_result*;
*tsg_*;
*TLD_*;
};
local: *;
};