diff options
| author | zhengchao <[email protected]> | 2018-11-20 20:53:11 +0800 |
|---|---|---|
| committer | zhengchao <[email protected]> | 2018-11-21 13:17:05 +0800 |
| commit | 68aa07f8567d0ba59ac9bb1558772a85cb6f1fcf (patch) | |
| tree | 223d06c459a6fb192f4b839fafcbad4863dd7540 /platform/src/proxy.cpp | |
| parent | c09859016782ddfe089b0d88816a32b2d53b0dd3 (diff) | |
future promise支持输出到statsd。
Diffstat (limited to 'platform/src/proxy.cpp')
| -rw-r--r-- | platform/src/proxy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/src/proxy.cpp b/platform/src/proxy.cpp index cef1479..1437226 100644 --- a/platform/src/proxy.cpp +++ b/platform/src/proxy.cpp @@ -303,7 +303,7 @@ int tfe_stat_init(struct tfe_proxy * proxy, const char * profile) int main(int argc, char * argv[]) { const char * main_profile = "./conf/tfe/tfe.conf"; - + const char * future_profile= "./conf/future.conf"; unsigned int __log_level = RLOG_LV_INFO; MESA_load_profile_uint_def(main_profile, "log", "level", &__log_level, RLOG_LV_INFO); @@ -317,7 +317,7 @@ int main(int argc, char * argv[]) exit(EXIT_FAILURE); } - future_promise_library_init(); + future_promise_library_init(future_profile); tango_cache_global_init(); /* PROXY INSTANCE */ |
