summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
author刘学利 <[email protected]>2023-01-11 01:37:14 +0000
committer刘学利 <[email protected]>2023-01-11 01:37:14 +0000
commit8e48dfd98279582033ce68d8a052ec87cf87d457 (patch)
tree786a2f4c9a626e6233c06406b4218a6465ecdd1f /inc
parent3965ac71509ec7d371269e330f068234039c5bc2 (diff)
TSG-13344: app_label和app_full_path字段取值不同导致字段展示不一致
Diffstat (limited to 'inc')
-rw-r--r--inc/app_label.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/app_label.h b/inc/app_label.h
index 0c503ba..9aece37 100644
--- a/inc/app_label.h
+++ b/inc/app_label.h
@@ -22,11 +22,11 @@ enum APP_IDENTIFY_ORIGIN
{
ORIGIN_BASIC_PROTOCOL=0,
ORIGIN_USER_DEFINE,
- ORIGIN_DKPT,
+ ORIGIN_HITED_APP,
ORIGIN_QM_ENGINE,
ORIGIN_BUILT_IN,
ORIGIN_ANALYZE,
- ORIGIN_UNKNOWN, // unknown app ID=4
+ ORIGIN_UNKNOWN, // 0: unknown app ID=4; 1: hited app id; app_num=1
ORIGIN_QM_ENGINE_L7,
ORIGIN_MAX
};