From 8e17879e8f01a42eecc324767d67aaece52996fe Mon Sep 17 00:00:00 2001 From: yinyong Date: Fri, 29 Nov 2024 14:41:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3ckpt=E5=8D=A1=E4=BD=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dms/dms_process.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dms/dms_process.c b/src/dms/dms_process.c index f07751e..18694cd 100644 --- a/src/dms/dms_process.c +++ b/src/dms/dms_process.c @@ -703,6 +703,7 @@ unsigned int dms_get_mes_prio_by_cmd(uint32 cmd) case MSG_REQ_CLAIM_OWNER: case MSG_REQ_INVALID_OWNER: case MSG_REQ_INVALIDATE_SHARE_COPY: + case MSG_REQ_CHECK_OWNERSHIP: return MES_PRIORITY_FIVE; default: return MES_PRIORITY_SIX; -- Gitee