diff --git a/source/dnode/vnode/meta/inc/metaDef.h b/source/dnode/vnode/meta/inc/metaDef.h index 71ba42b985..b5976a943f 100644 --- a/source/dnode/vnode/meta/inc/metaDef.h +++ b/source/dnode/vnode/meta/inc/metaDef.h @@ -24,9 +24,9 @@ extern "C" { #endif struct SMeta { - char* path; // path of current meta - SMetaOptions options; // meta option - SMetaDB metaDB; // meta DB for real storage engine + char* path; // path of current meta + SMetaOptions options; // meta option + SMetaDB metaDB; // meta DB for real storage engine STbUidGenerator uidGnrt; // meta table UID generator };