From d577c3166412f43f97a9e018559fc34459ccd7ff Mon Sep 17 00:00:00 2001 From: azw Date: Thu, 13 Apr 2023 23:32:02 +0000 Subject: [PATCH] 1 --- server/wsproxy/constant.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/wsproxy/constant.h b/server/wsproxy/constant.h index 639786a..a2ba8b2 100644 --- a/server/wsproxy/constant.h +++ b/server/wsproxy/constant.h @@ -39,3 +39,5 @@ const int POSTFIX_LEN = 7; const int MAX_NODE_ID = 8; const int MAX_INSTANCE_ID = 500; + +const int ALLOC_TARGET_SERVER_SUCCESS_TIMER_EVENT = a8::TIMER_USER_EVENT + 1;