diff options
Diffstat (limited to 'perform/chunk.c')
-rw-r--r-- | perform/chunk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perform/chunk.c b/perform/chunk.c index 3c159ca..7e75762 100644 --- a/perform/chunk.c +++ b/perform/chunk.c @@ -83,7 +83,9 @@ counter (unsigned UNUSED flags, size_t cd_nelmts, /* This message derives from H5Z */ const H5Z_class_t H5Z_COUNTER[1] = {{ + H5Z_CLASS_T_VERS, /* H5Z_class_t version */ FILTER_COUNTER, /* Filter id number */ + 1, 1, /* Encoding and decoding enabled */ "counter", /* Filter name for debugging */ NULL, /* The "can apply" callback */ NULL, /* The "set local" callback */ |