diff options
| author | yangwei <[email protected]> | 2023-11-03 09:46:04 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-11-03 09:46:04 +0800 |
| commit | abc7b3a9fffb2b56e869331b3d1665ce2d40518f (patch) | |
| tree | 68346345f744cffc4839709079cc0454a5014cea /include/private/plugin_protocol.h | |
| parent | 94b138c226ffe1609546d60b9508311a11bb97c4 (diff) | |
🐞 fix(clang warning): 消除clang编译告警
Diffstat (limited to 'include/private/plugin_protocol.h')
| -rw-r--r-- | include/private/plugin_protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/private/plugin_protocol.h b/include/private/plugin_protocol.h index 92bf454..2f8e751 100644 --- a/include/private/plugin_protocol.h +++ b/include/private/plugin_protocol.h @@ -2,6 +2,7 @@ #define _PLUGIN_PROTOCOL_H
#include "plugin.h"
+#include "plugin_proc.h"
#ifdef __cplusplus
extern "C" {
@@ -14,7 +15,7 @@ extern "C" { typedef struct _plugin_protocol_fun_info
{
int plugid;
- int aliveflag; //ҵ������Ƿ�ж�ر�ǣ���ж�صĺ������ٸ��»Ự����
+ int aliveflag; //ҵ������Ƿ�ж�ر�ǣ���ж�صĺ������ٸ��»Ự����s
int callnum; //��ں������Ự���ô�����ֻ�е�û�б�����ʱ������ж�ظò��
int entry_id; /* ȫ��Ψһ��id, ����ÿ�������ں�����ִ��ʱ��ͳ�� */
long long protocol_flag; //��Ҫ����������ֶ�flag��־
|
