summaryrefslogtreecommitdiffstats
path: root/src/H5Osdspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Osdspace.c')
-rw-r--r--src/H5Osdspace.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Osdspace.c b/src/H5Osdspace.c
index cc3beb1..f4c5500 100644
--- a/src/H5Osdspace.c
+++ b/src/H5Osdspace.c
@@ -49,7 +49,9 @@ const H5O_class_t H5O_SDSPACE[1] = {{
NULL, /* link method */
NULL, /* get share method */
NULL, /* set share method */
- H5O_sdspace_debug, /* debug the message */
+ NULL, /* copy native value to file */
+ NULL, /* post copy native value to file */
+ H5O_sdspace_debug /* debug the message */
}};
/* Initial version of the "old" data space information */