diff options
Diffstat (limited to 'src/H5Spkg.h')
-rw-r--r-- | src/H5Spkg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Spkg.h b/src/H5Spkg.h index 8764fb6..46f9201 100644 --- a/src/H5Spkg.h +++ b/src/H5Spkg.h @@ -44,6 +44,7 @@ typedef struct { unsigned rank; /* Number of dimensions */ hsize_t *size; /* Current size of the dimensions */ hsize_t *max; /* Maximum size of the dimensions */ + H5O_shared_t sh_loc; /* location of this message if shared */ } H5S_extent_t; /* |