diff options
| author | wangmenglan <[email protected]> | 2023-05-09 22:12:38 +0800 |
|---|---|---|
| committer | wangmenglan <[email protected]> | 2023-05-09 22:13:20 +0800 |
| commit | 542f4cbdfa6f58dd8a07e35663116a08f54170bd (patch) | |
| tree | a23444151ef7dbef555d3ed213cc1465d4843d88 /platform/src/proxy.cpp | |
| parent | fecc023418f9e659b46a47e7374c956080a9db67 (diff) | |
TSG-14930 TFE支持发送控制报文给SAPPv4.8.10-20230509
Diffstat (limited to 'platform/src/proxy.cpp')
| -rw-r--r-- | platform/src/proxy.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/platform/src/proxy.cpp b/platform/src/proxy.cpp index 0f159d4..aafd246 100644 --- a/platform/src/proxy.cpp +++ b/platform/src/proxy.cpp @@ -40,6 +40,8 @@ #include <tfe_plugin.h> #include <tfe_cmsg.h> #include <tfe_resource.h> +#include <tfe_packet_io.h> +#include <tfe_packet_io_fs.h> #include <platform.h> #include <proxy.h> @@ -53,8 +55,6 @@ #include <key_keeper.h> #include <watchdog_3rd_device.h> -#include "tfe_metrics.h" - /* Breakpad */ #include <MESA/breakpad_mini.h> @@ -292,7 +292,8 @@ static void __gc_handler_cb(evutil_socket_t fd, short what, void * arg) FS_operate(ctx->fs_handle, ctx->fs_id[i], 0, FS_OP_SET, ATOMIC_READ(&(ctx->stat_val[i]))); } - // global_metrics_dump(ctx->kni_v4_acceptor->acceptor->metrics); + if (ctx->kni_v4_acceptor != NULL) + packet_io_fs_dump(ctx->kni_v4_acceptor->packet_io_fs); FS_passive_output(ctx->fs_handle); return; |
