summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-09-10 15:33:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-09-10 15:33:58 (GMT)
commit0282f2219bdeaf8b7bcd9141b20e4bf02d3a5301 (patch)
treed4a1aa14bc0153ea6ace561978e04a156ba4b095 /src/H5Oprivate.h
parent59e8237a025bb89b37cce363267d00536bbcf228 (diff)
downloadhdf5-0282f2219bdeaf8b7bcd9141b20e4bf02d3a5301.zip
hdf5-0282f2219bdeaf8b7bcd9141b20e4bf02d3a5301.tar.gz
hdf5-0282f2219bdeaf8b7bcd9141b20e4bf02d3a5301.tar.bz2
[svn-r7455] Purpose:
Checkpoint file format revisions. Description: Clarifications and cleanups related to file format review. Platforms tested: FreeBSD 4.9 (sleipnir) Too minor to need h5committest
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 c19550f..e10c24b 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -91,7 +91,7 @@ typedef struct H5O_fill_new_t {
void *buf; /*the fill value */
H5D_alloc_time_t alloc_time; /* time to allocate space */
H5D_fill_time_t fill_time; /* time to write fill value */
- htri_t fill_defined; /* whether fill value is defined */
+ hbool_t fill_defined; /* whether fill value is defined */
} H5O_fill_new_t;
/*