🐞 fix(src): 增加请求数溢出的错误计数, TSG-7096

This commit is contained in:
彭宣正
2021-07-12 11:09:53 +08:00
parent 0c27c779a6
commit a3cbaeb0cc
2 changed files with 37 additions and 17 deletions

View File

@@ -34,6 +34,7 @@ typedef struct data_info_s
size_t *tx_failed_pkts;
size_t *tx_failed_bytes;
size_t *cache;
size_t tx_req_num_overflow;
}data_info_t;
typedef struct fs2_info_s