From 2144ecfbecf29ab4ba4a3fdd809f836eb162a6b0 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Sat, 5 Dec 2020 15:58:15 +0800 Subject: [PATCH] rename files --- src/dnode/src/{dnodeMgmt.c => dnodeVMgmt.c} | 0 src/vnode/src/vnodeWorker.c | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename src/dnode/src/{dnodeMgmt.c => dnodeVMgmt.c} (100%) diff --git a/src/dnode/src/dnodeMgmt.c b/src/dnode/src/dnodeVMgmt.c similarity index 100% rename from src/dnode/src/dnodeMgmt.c rename to src/dnode/src/dnodeVMgmt.c diff --git a/src/vnode/src/vnodeWorker.c b/src/vnode/src/vnodeWorker.c index 8c257cdc9b..13127429e9 100644 --- a/src/vnode/src/vnodeWorker.c +++ b/src/vnode/src/vnodeWorker.c @@ -24,8 +24,7 @@ typedef enum { VNODE_WORKER_ACTION_CREATE, - VNODE_WORKER_ACTION_DELETE, - VNODE_WORKER_ACTION_ALTER + VNODE_WORKER_ACTION_DELETE } EVMWorkerAction; typedef struct { -- GitLab