summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-04-07 19:16:25 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-04-07 19:16:25 (GMT)
commit4662835250ea71afff2ccffac5e5311a215229b7 (patch)
tree3ad71f992eb3079a2a8a8ec2b9bd5331ff92d500 /src/H5Dpkg.h
parentdd32c639c6ac8b688ae2a3cefdf7f1e42de770cc (diff)
downloadhdf5-4662835250ea71afff2ccffac5e5311a215229b7.zip
hdf5-4662835250ea71afff2ccffac5e5311a215229b7.tar.gz
hdf5-4662835250ea71afff2ccffac5e5311a215229b7.tar.bz2
[svn-r26757] Description:
Minor typos & code cleanups Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (Too minor to require h5committest)
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index 6128d7e..06cc2c0 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -265,9 +265,9 @@ typedef struct H5D_chunk_ud_t {
/* Upward */
unsigned idx_hint; /*index of chunk in cache, if present */
+ haddr_t addr; /*file address of chunk */
uint32_t nbytes; /*size of stored data */
unsigned filter_mask; /*excluded filters */
- haddr_t addr; /*file address of chunk */
} H5D_chunk_ud_t;
/* Typedef for "generic" chunk callbacks */
@@ -365,9 +365,9 @@ typedef struct H5D_chunk_map_t {
typedef struct H5D_chunk_cached_t {
hbool_t valid; /*whether cache info is valid*/
hsize_t offset[H5O_LAYOUT_NDIMS]; /*logical offset to start*/
+ haddr_t addr; /*file address of chunk */
uint32_t nbytes; /*size of stored data */
unsigned filter_mask; /*excluded filters */
- haddr_t addr; /*file address of chunk */
} H5D_chunk_cached_t;
/* The raw data chunk cache */