diff options
| -rw-r--r-- | src/zenstore/include/zenstore/blockstore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenstore/include/zenstore/blockstore.h b/src/zenstore/include/zenstore/blockstore.h index 738510cac..a8bd44b9b 100644 --- a/src/zenstore/include/zenstore/blockstore.h +++ b/src/zenstore/include/zenstore/blockstore.h @@ -82,6 +82,8 @@ private: uint8_t m_Offset[6]; }; +static_assert(sizeof(BlockStoreDiskLocation) == 10); + #pragma pack(pop) struct BlockStoreFile : public RefCounted |