完成tfe中相关功能的开发,回归测试通过。
This commit is contained in:
@@ -11,3 +11,9 @@ struct event_base * tfe_proxy_get_work_thread_evbase(unsigned int thread_id);
|
||||
struct event_base * tfe_proxy_get_gc_evbase(void);
|
||||
screen_stat_handle_t tfe_proxy_get_fs_handle(void);
|
||||
|
||||
int tfe_proxy_ssl_add_trust_ca(const char* pem_file);
|
||||
int tfe_proxy_ssl_del_trust_ca(const char* pem_file);
|
||||
int tfe_proxy_ssl_add_crl(const char* pem_file);
|
||||
int tfe_proxy_ssl_del_crl(const char* pem_file);
|
||||
void tfe_proxy_ssl_reset_trust_ca();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user