diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Onull.c | 1 | ||||
-rw-r--r-- | src/H5Pdcpl.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Onull.c b/src/H5Onull.c index 5240112..e1d1c6f 100644 --- a/src/H5Onull.c +++ b/src/H5Onull.c @@ -44,6 +44,7 @@ const H5O_msg_class_t H5O_MSG_NULL[1] = {{ NULL, /*no link method */ NULL, /*no get share method */ NULL, /*no set share method */ + NULL, /*no is_shared method */ NULL, /*no pre copy native value to file */ NULL, /*no copy native value to file */ NULL, /*no post copy native value to file */ diff --git a/src/H5Pdcpl.c b/src/H5Pdcpl.c index 7c258e6..8c95b43 100644 --- a/src/H5Pdcpl.c +++ b/src/H5Pdcpl.c @@ -76,7 +76,7 @@ #define H5D_CRT_EXT_FILE_LIST_CMP H5P_dcrt_ext_file_list_cmp /* Definitions for data filter pipeline */ #define H5D_CRT_DATA_PIPELINE_SIZE sizeof(H5O_pline_t) -#define H5D_CRT_DATA_PIPELINE_DEF {0, 0, NULL} +#define H5D_CRT_DATA_PIPELINE_DEF {0, 0, NULL, {0, {{NULL, HADDR_UNDEF, FALSE}}}} #define H5D_CRT_DATA_PIPELINE_CMP H5P_dcrt_data_pipeline_cmp |