修改文件编码
This commit is contained in:
@@ -32,6 +32,14 @@ struct global_metrics
|
||||
struct throughput_metrics decrypt_rx; // 累计值
|
||||
|
||||
struct throughput_metrics ctrl_pkt_rx; // 累计值
|
||||
struct throughput_metrics ctrl_pkt_tx; // 累计值
|
||||
|
||||
struct throughput_metrics tap_pkt_rx; // 累计值
|
||||
struct throughput_metrics tap_pkt_tx; // 累计值
|
||||
struct throughput_metrics tap_c_pkt_rx; // 累计值
|
||||
struct throughput_metrics tap_c_pkt_tx; // 累计值
|
||||
struct throughput_metrics tap_s_pkt_rx; // 累计值
|
||||
struct throughput_metrics tap_s_pkt_tx; // 累计值
|
||||
|
||||
uint64_t ctrl_pkt_opening_num; // 累计值
|
||||
uint64_t ctrl_pkt_active_num; // 累计值
|
||||
|
||||
Reference in New Issue
Block a user