refact
This commit is contained in:
parent
733506d432
commit
5469e93829
|
@ -24,9 +24,9 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct SMeta {
|
struct SMeta {
|
||||||
char* path; // path of current meta
|
char* path; // path of current meta
|
||||||
SMetaOptions options; // meta option
|
SMetaOptions options; // meta option
|
||||||
SMetaDB metaDB; // meta DB for real storage engine
|
SMetaDB metaDB; // meta DB for real storage engine
|
||||||
STbUidGenerator uidGnrt; // meta table UID generator
|
STbUidGenerator uidGnrt; // meta table UID generator
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue