summaryrefslogtreecommitdiff
path: root/src/plugin_manager/plugin_manager_interna.h
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-05-29 00:21:05 +0800
committeryangwei <[email protected]>2024-05-30 06:00:30 +0800
commita7adf2fe90bf44403dc486ae10e1af5ae6cafc37 (patch)
tree8ff4c17bba47d07d0ab117315f8f79d70aeeb54a /src/plugin_manager/plugin_manager_interna.h
parentaf179a089c5fe9c0a4a681c2845eccc97bdf0565 (diff)
✨ feat(packet direction unknonw): set session in session packet
Diffstat (limited to 'src/plugin_manager/plugin_manager_interna.h')
-rw-r--r--src/plugin_manager/plugin_manager_interna.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugin_manager/plugin_manager_interna.h b/src/plugin_manager/plugin_manager_interna.h
index 0c9e055..24b8d42 100644
--- a/src/plugin_manager/plugin_manager_interna.h
+++ b/src/plugin_manager/plugin_manager_interna.h
@@ -164,6 +164,7 @@ struct registered_session_plugin_schema
UT_array *registed_session_mq_subscriber_info;
}__attribute__((aligned(sizeof(void*))));
+#define SESSION_PULGIN_ID_BASE 0x00000
#define PACKET_PULGIN_ID_BASE 0x10000
#define POLLING_PULGIN_ID_BASE 0x20000