summaryrefslogtreecommitdiffstats
path: root/src/H5FDonion_header.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-12-21 18:46:05 (GMT)
committerGitHub <noreply@github.com>2022-12-21 18:46:05 (GMT)
commit57af2ff798e9c6a34406a710c671a9738a52873f (patch)
treea559f462de1832272cafaade8c350013dac92f7b /src/H5FDonion_header.h
parent9f5cf0a45748fcb7ced4f4619d7c6c76cb3f67ab (diff)
downloadhdf5-57af2ff798e9c6a34406a710c671a9738a52873f.zip
hdf5-57af2ff798e9c6a34406a710c671a9738a52873f.tar.gz
hdf5-57af2ff798e9c6a34406a710c671a9738a52873f.tar.bz2
Onion VFD header cleanup (#2337)
* 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>
Diffstat (limited to 'src/H5FDonion_header.h')
-rw-r--r--src/H5FDonion_header.h9
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.
*/