增加获取evbase、线程数、标准HTTP field设置的工具函数

This commit is contained in:
zhengchao
2018-10-14 14:07:47 +08:00
parent a2fa705fa7
commit a925bf738e
4 changed files with 42 additions and 9 deletions

View File

@@ -15,9 +15,7 @@ struct tfe_thread_ctx
struct event_base * evbase;
unsigned char running;
struct cert_mgr * cert_mgr;
unsigned int nr_modules;
const struct tfe_plugin * modules;
};