summaryrefslogtreecommitdiffstats
path: root/src/H5Spkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Spkg.h')
-rw-r--r--src/H5Spkg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Spkg.h b/src/H5Spkg.h
index 97b5052..fc74733 100644
--- a/src/H5Spkg.h
+++ b/src/H5Spkg.h
@@ -33,7 +33,8 @@ typedef struct H5S_simple_t {
/* Extent container */
typedef struct {
- H5S_class_t type; /* Type of extent */
+ H5S_class_t type; /* Type of extent */
+ hsize_t nelem; /* Number of elements in extent */
union {
H5S_simple_t simple; /* Simple dimensionality information */
} u;