summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2014-08-04 22:45:43 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2016-11-29 23:42:28 (GMT)
commit7b7b55710b18d38508e62bda9d42f0f9fccf831a (patch)
tree1235922001bacfce88bce315721d258480dbd983 /src/H5Oprivate.h
parente7e422f3a8eb4de894189d79a032b663d83162b3 (diff)
downloadhdf5-7b7b55710b18d38508e62bda9d42f0f9fccf831a.zip
hdf5-7b7b55710b18d38508e62bda9d42f0f9fccf831a.tar.gz
hdf5-7b7b55710b18d38508e62bda9d42f0f9fccf831a.tar.bz2
Fix encoding / decoding of index metadata size
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r--src/H5Oprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h
index 18b50cc..1f7717f 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -681,7 +681,7 @@ typedef uint32_t H5O_refcount_t; /* Contains # of links to object, if >1
*/
typedef struct H5O_idxinfo_t {
unsigned plugin_id; /* ID for the index plugin */
- size_t metadata_size; /* Size of the index metadata */
+ hsize_t metadata_size; /* Size of the index metadata */
void *metadata; /* Index metadata */
} H5O_idxinfo_t;