diff options
| author | wangmenglan <[email protected]> | 2024-11-08 17:27:48 +0800 |
|---|---|---|
| committer | wangmenglan <[email protected]> | 2024-11-13 17:48:04 +0800 |
| commit | 7ba25e59e54e1a44e6359a4635ce4f649159eec0 (patch) | |
| tree | 21b582dbbae03e7596843e29632bf9656134cd73 /common/include | |
| parent | 3d99178958d99a2ee6a7c94c58ae8f7479ea1e2a (diff) | |
TSG-23380: I/O层移除FieldStat2,使用FieldStat4
Diffstat (limited to 'common/include')
| -rw-r--r-- | common/include/tfe_packet_io_fs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/include/tfe_packet_io_fs.h b/common/include/tfe_packet_io_fs.h index 829383f..01c395e 100644 --- a/common/include/tfe_packet_io_fs.h +++ b/common/include/tfe_packet_io_fs.h @@ -7,8 +7,7 @@ extern "C" #endif #include "tfe_utils.h" -#include <MESA/field_stat2.h> - +#include <tfe_fieldstat.h> struct throughput_metrics { @@ -59,7 +58,7 @@ struct packet_io_fs uint64_t session_num; // 瞬时值 uint64_t session_log; // 瞬时值 - screen_stat_handle_t fs_handle; + struct fieldstat_easy *fs_handle; int fs_id[128]; }; |
