diff options
| author | 杨文林 <[email protected]> | 2022-04-07 10:07:54 +0000 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2022-04-19 09:02:10 +0800 |
| commit | bcbaf804b4e92656770e99d36bef8af2ddcd3768 (patch) | |
| tree | 6614849d693a5007a52e3302c0b80b372e9c35f8 /src/tsg_entry.h | |
| parent | 07f608a9b38f444f42a08e63263c774a1e2b9fa0 (diff) | |
TSG-10101: 修复其他插件命中后处理tamper导致重启并重构业务流程v5.5.14TSG-OS.v22.03
Diffstat (limited to 'src/tsg_entry.h')
| -rw-r--r-- | src/tsg_entry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tsg_entry.h b/src/tsg_entry.h index 3cc1ccb..f4a8875 100644 --- a/src/tsg_entry.h +++ b/src/tsg_entry.h @@ -121,6 +121,9 @@ enum TSG_FS2_TYPE{ TSG_FS2_FREE_LOG_HANDLE, TSG_FS2_FREE_RAPID_SIZE, TSG_FS2_FREE_RAPID_CAPACITY, + TSG_FS2_SUCESS_TAMPER, + TSG_FS2_TAMPER_FAILED_PLOAD_LESS_4, + TSG_FS2_TAMPER_FAILED_NOSWOP, TSG_FS2_MAX }; |
