summaryrefslogtreecommitdiffstats
path: root/src/H5Ostdst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ostdst.c')
-rw-r--r--src/H5Ostdst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ostdst.c b/src/H5Ostdst.c
index 85da813..0186b44 100644
--- a/src/H5Ostdst.c
+++ b/src/H5Ostdst.c
@@ -51,6 +51,7 @@ const H5O_class_t H5O_STD_STORE[1] = {{
H5O_STD_STORE_ID, /* message id number */
"std_store", /* message name for debugging */
sizeof (H5O_std_store_t),/* native message size */
+ H5G_NOTHING_CACHED, /* symtab entry `type' field */
H5O_std_store_decode, /* decode message */
H5O_std_store_encode, /* encode message */
NULL, /* get message from stab entry */