summaryrefslogtreecommitdiffstats
path: root/src/H5PLextern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5PLextern.h')
-rw-r--r--src/H5PLextern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5PLextern.h b/src/H5PLextern.h
index 943e3aa..b5563e4 100644
--- a/src/H5PLextern.h
+++ b/src/H5PLextern.h
@@ -30,7 +30,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;