diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-12-21 19:47:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 19:47:29 (GMT) |
commit | 1d7160f01632d20301af136cf9d2d927e1c1c94c (patch) | |
tree | 68ab6359bb830b4042f80faac5edd841bfca28c3 /src/H5FDonion_header.h | |
parent | 3a44e7230412d713d44aaf9eab707269e4fb648a (diff) | |
download | hdf5-1d7160f01632d20301af136cf9d2d927e1c1c94c.zip hdf5-1d7160f01632d20301af136cf9d2d927e1c1c94c.tar.gz hdf5-1d7160f01632d20301af136cf9d2d927e1c1c94c.tar.bz2 |
Onion VFD header cleanup (#2337) (#2339)
* Partial work towards cleaning up the onion VFD code
* Committing clang-format changes
* A few minor tweaks to the onion VFD public header
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/H5FDonion_header.h')
-rw-r--r-- | src/H5FDonion_header.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/H5FDonion_header.h b/src/H5FDonion_header.h index deb0d96..f8dd739 100644 --- a/src/H5FDonion_header.h +++ b/src/H5FDonion_header.h @@ -23,11 +23,10 @@ #define H5FD_ONION_ENCODED_SIZE_HEADER 40 /* Flags must align exactly one per bit, up to 24 bits */ -#define H5FD_ONION_HEADER_FLAG_WRITE_LOCK 0x1 -#define H5FD_ONION_HEADER_FLAG_DIVERGENT_HISTORY 0x2 -#define H5FD_ONION_HEADER_FLAG_PAGE_ALIGNMENT 0x4 -#define H5FD_ONION_HEADER_SIGNATURE "OHDH" -#define H5FD_ONION_HEADER_VERSION_CURR 1 +#define H5FD_ONION_HEADER_FLAG_WRITE_LOCK 0x1 +#define H5FD_ONION_HEADER_FLAG_PAGE_ALIGNMENT 0x2 +#define H5FD_ONION_HEADER_SIGNATURE "OHDH" +#define H5FD_ONION_HEADER_VERSION_CURR 1 /* In-memory representation of the on-store onion history file header. */ |