summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5PLprivate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h
index 61fd0af..76eb428 100644
--- a/src/H5PLprivate.h
+++ b/src/H5PLprivate.h
@@ -29,7 +29,8 @@
typedef enum H5PL_type_t {
H5PL_TYPE_ERROR = -1, /*error */
H5PL_TYPE_FILTER = 0, /*filter */
- H5PL_TYPE_NONE = 1 /*this must be last! */
+ H5PL_TYPE_VOL = 1, /*vol plugin */
+ H5PL_TYPE_NONE = 2 /*this must be last! */
} H5PL_type_t;
/* Private headers needed by this file */