From dc01e4cbb01e96d19b470a366bbe648d426ed171 Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期六, 11 九月 2021 10:06:15 +0800 Subject: [PATCH] Add topics sub and request support. --- src/proc_def.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/proc_def.h b/src/proc_def.h index 1d84362..2b3f57b 100644 --- a/src/proc_def.h +++ b/src/proc_def.h @@ -35,6 +35,8 @@ char name[MAX_STR_LEN]; char public_info[MAX_STR_LEN]; char private_info[MAX_STR_LEN]; + char int_info[MAX_STR_LEN]; + char svr_info[MAX_STR_LEN]; #endif } ProcInfo; @@ -65,6 +67,8 @@ } #endif +#define INT_STR 0x01 +#define SVR_STR 0x02 #endif //end of file -- Gitblit v1.8.0