From d52c87dee3aac4af66ad2e1a86094ca27209d816 Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期二, 16 十一月 2021 16:19:45 +0800 Subject: [PATCH] Fix the service manager exits exceptionally issue. --- src/proc_def.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/proc_def.h b/src/proc_def.h index 4b6bf41..41a990e 100644 --- a/src/proc_def.h +++ b/src/proc_def.h @@ -23,6 +23,7 @@ #define STR_MAGIC "," #define STR_EXEC "Success" +#define STR_RET "Great" typedef struct _ProcInfo { #if 0 -- Gitblit v1.8.0