diff options
| author | 崔一鸣 <[email protected]> | 2019-08-11 15:18:55 +0800 |
|---|---|---|
| committer | 崔一鸣 <[email protected]> | 2019-08-11 15:18:55 +0800 |
| commit | b01f282f34bb468b79eef4f05f7271e7d94a0681 (patch) | |
| tree | d8154618dad9646d58b9b8e43a20fd2553c6639d /common | |
| parent | a0183d9e0c2980b375bcad6003e368c6d606ce36 (diff) | |
增加拦截字节数fs统计
Diffstat (limited to 'common')
| -rw-r--r-- | common/include/kni_utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/include/kni_utils.h b/common/include/kni_utils.h index 802a8cc..a38b1a2 100644 --- a/common/include/kni_utils.h +++ b/common/include/kni_utils.h @@ -99,6 +99,10 @@ enum kni_field{ KNI_FIELD_KEEPALIVE_REPLAY_ADD_SUCC, KNI_FIELD_KEEPALIVE_REPLAY_DEL_SUCC, KNI_FIELD_KEEPALIVE_REPLAY_DEL_FAIL, + KNI_FIELD_KNI_INTCP_BYTES, + KNI_FIELD_TFE_INTCP_BYTES, + KNI_FIELD_KNI_INTCP_STM, + KNI_FIELD_TFE_INTCP_STM, //KNI_FIELD_TFE_STATUS_BASE must be last KNI_FIELD_TFE_STATUS_BASE, }; |
