summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-12-01 16:08:04 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-12-01 16:08:04 (GMT)
commit930a0b5d7c6933e0d216a016cfd29f2255e12433 (patch)
tree56e6cf9488a388ab5569ba3b8506ca7795894062 /src/H5Oprivate.h
parent20171a92a59045d1f0ba8481961070689f1c59f2 (diff)
parent2e80fbbfcc5a15c296c16e4a4295ce77a9af6587 (diff)
downloadhdf5-930a0b5d7c6933e0d216a016cfd29f2255e12433.zip
hdf5-930a0b5d7c6933e0d216a016cfd29f2255e12433.tar.gz
hdf5-930a0b5d7c6933e0d216a016cfd29f2255e12433.tar.bz2
Merge pull request #809 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_normalize to develop
* commit '2e80fbbfcc5a15c296c16e4a4295ce77a9af6587': Fixed an incorrect FUNC_ENTER macro. Normalization with VOL integration branch.
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r--src/H5Oprivate.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h
index e87c148..4b74d8f 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -26,6 +26,7 @@
/* Early typedefs to avoid circular dependencies */
typedef struct H5O_t H5O_t;
+typedef struct H5O_fill_t H5O_fill_t;
/* Include the public header file for this API */
#include "H5Opublic.h" /* Object header functions */
@@ -308,7 +309,7 @@ typedef struct H5O_linfo_t {
* message if it's shared.
*/
-typedef struct H5O_fill_t {
+struct H5O_fill_t {
H5O_shared_t sh_loc; /* Shared message info (must be first) */
unsigned version; /* Encoding version number */
@@ -318,7 +319,7 @@ typedef struct H5O_fill_t {
H5D_alloc_time_t alloc_time; /* time to allocate space */
H5D_fill_time_t fill_time; /* time to write fill value */
hbool_t fill_defined; /* whether fill value is defined */
-} H5O_fill_t;
+};
/*
* Link message.