完成和key keeper的联调。
This commit is contained in:
@@ -31,7 +31,7 @@ int main()
|
||||
{
|
||||
char cert_store_host[TFE_STRING_MAX];
|
||||
unsigned int cert_store_port;
|
||||
const char* file_path = "./log/test_tfe_rpc.log";
|
||||
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";
|
||||
const char* section = "key_keeper";
|
||||
@@ -48,3 +48,4 @@ int main()
|
||||
tfe_rpc_async_ask(f_tfe_rpc, rpc, url, GET, DONE_CB, NULL, 0, evbase);
|
||||
event_base_dispatch(evbase);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user