diff --git a/src/vnode/inc/vnodeInt.h b/src/vnode/inc/vnodeInt.h index 7c95e81cf54272e03d5f142726189478b93d9797..af7f764717fadecef731c57c2c3489e40e1bb0ba 100644 --- a/src/vnode/inc/vnodeInt.h +++ b/src/vnode/inc/vnodeInt.h @@ -39,6 +39,9 @@ typedef struct { int8_t role; int64_t version; // current version int64_t fversion; // version on saved data file + int64_t totalStorage; //total bytes occupie + int64_t compStorage; + int64_t pointsWritten; //total data points written void *wqueue; void *rqueue; void *wal;