summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-05-02 02:40:29 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-05-02 02:40:29 (GMT)
commitf77bb92cc1ae7c01349caf5d51f88212c1dabb83 (patch)
treec6128656b35d3c69e74065f9e5571aa8f8eed940 /src/H5Dpkg.h
parentbfa57861844fec57e445d9b0cbc61f44e0ef1916 (diff)
downloadhdf5-f77bb92cc1ae7c01349caf5d51f88212c1dabb83.zip
hdf5-f77bb92cc1ae7c01349caf5d51f88212c1dabb83.tar.gz
hdf5-f77bb92cc1ae7c01349caf5d51f88212c1dabb83.tar.bz2
[svn-r26993] Description:
Align w/incoming chunk performance changes, including some small performance improvements here, as well as a few minor general code cleanups. Tested on: Mac OSX/64 10.10.3 (amazon) w/serial & parallel (Too minor to require h5committest)
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index 769fec1..53c9780 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -388,7 +388,7 @@ typedef struct H5D_rdcc_t {
struct H5D_rdcc_ent_t **slot; /* Chunk slots, each points to a chunk*/
H5SL_t *sel_chunks; /* Skip list containing information for each chunk selected */
H5S_t *single_space; /* Dataspace for single element I/O on chunks */
- H5D_chunk_info_t *single_chunk_info; /* Pointer to single chunk's info */
+ H5D_chunk_info_t *single_chunk_info; /* Pointer to single chunk's info */
} H5D_rdcc_t;
/* The raw data contiguous data cache */