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 8c257cdc9baa2e2716f51b101ffeb18dac8c6586..13127429e9813c3aa6f03d079dc2711944512062 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 {