summaryrefslogtreecommitdiffstats
path: root/src/H5Tpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tpkg.h')
-rw-r--r--src/H5Tpkg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h
index 8068069..4930bd5 100644
--- a/src/H5Tpkg.h
+++ b/src/H5Tpkg.h
@@ -24,6 +24,7 @@
#endif
#include <H5HGprivate.h>
+#include <H5Rprivate.h>
#include <H5Tprivate.h>
#define H5T_NAMELEN 10 /*length of debugging name buffer */
@@ -54,6 +55,10 @@ typedef struct H5T_atomic_t {
H5T_cset_t cset; /*character set */
H5T_str_t pad; /*space or null padding of extra bytes */
} s;
+
+ struct {
+ H5R_type_t rtype; /* Type of reference stored */
+ } r;
} u;
} H5T_atomic_t;