summaryrefslogtreecommitdiffstats
path: root/test/null_vol_connector.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-09-17 16:49:38 (GMT)
committerGitHub <noreply@github.com>2022-09-17 16:49:38 (GMT)
commit6d89634445eb70cc5fb2f29e2c8ea21eebf4436d (patch)
tree47125fcfdf46020e947972094a3df30e84fc511d /test/null_vol_connector.c
parenta9d8b469f46d2f5de7521b986d2e14725e081eb9 (diff)
downloadhdf5-6d89634445eb70cc5fb2f29e2c8ea21eebf4436d.zip
hdf5-6d89634445eb70cc5fb2f29e2c8ea21eebf4436d.tar.gz
hdf5-6d89634445eb70cc5fb2f29e2c8ea21eebf4436d.tar.bz2
Updates VOL capabilities flags (#2105)
* Added feature/vol_cap_flags branch to GitHub actions * Convert unsigned cap flag field to uint64_t and add flags * Committing clang-format changes * Convert unsigned cap flag field to uint64_t and add flags * Committing clang-format changes * Updates the VOL struct version number Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'test/null_vol_connector.c')
-rw-r--r--test/null_vol_connector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/null_vol_connector.c b/test/null_vol_connector.c
index 6555763..ed1adbb 100644
--- a/test/null_vol_connector.c
+++ b/test/null_vol_connector.c
@@ -27,7 +27,7 @@ static const H5VL_class_t null_vol_g = {
NULL_VOL_CONNECTOR_VALUE, /* value */
NULL_VOL_CONNECTOR_NAME, /* name */
0, /* connector version */
- 0, /* capability flags */
+ H5VL_CAP_FLAG_NONE, /* capability flags */
NULL, /* initialize */
NULL, /* terminate */
{