From 1376264b8a8f36d54795eb61f1cf5cdcf961a226 Mon Sep 17 00:00:00 2001 From: zhangzhenyuyu Date: Mon, 6 Jan 2025 10:44:36 +0000 Subject: [PATCH] =?UTF-8?q?enum=20TenantThreadType=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=9C=A8master=E5=8D=A0=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/share/ob_rpc_struct.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/share/ob_rpc_struct.h b/src/share/ob_rpc_struct.h index 2fcc10379..b176ad6ef 100644 --- a/src/share/ob_rpc_struct.h +++ b/src/share/ob_rpc_struct.h @@ -4379,6 +4379,7 @@ public: INVALID_TYPE = -1, RECOVERY_LS_SERVICE, BALANCE_TASK_EXECUTE, + DISASTER_RECOVERY_SERVICE, }; ObNotifyTenantThreadArg() : tenant_id_(OB_INVALID_TENANT_ID), thread_type_(INVALID_TYPE) {} ~ObNotifyTenantThreadArg() {}