future promise支持输出到statsd。

This commit is contained in:
zhengchao
2018-11-20 20:53:11 +08:00
committed by 郑超
parent c098590167
commit fbd919eae2
6 changed files with 57 additions and 21 deletions

View File

@@ -225,7 +225,7 @@ int main()
{
char cert_store_host[TFE_STRING_MAX];
unsigned int cert_store_port;
future_promise_library_init();
future_promise_library_init(NULL);
//const char* file_path = "./log/test_tfe_rpc.log",*host="localhost";
//void * logger = MESA_create_runtime_log_handle(file_path, RLOG_LV_INFO);
const char* profile = "./conf/tfe.conf";