summaryrefslogtreecommitdiffstats
path: root/src/H5Gpublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-07 15:27:30 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-07 15:27:30 (GMT)
commit36ac2a176955ce29d1bbf7db0c29cee6fd5ecedb (patch)
tree1dbda3be345320fe0b2c20c2219530befe2d6269 /src/H5Gpublic.h
parent134a692a8365ab5f196155298b6b601889c80a32 (diff)
downloadhdf5-36ac2a176955ce29d1bbf7db0c29cee6fd5ecedb.zip
hdf5-36ac2a176955ce29d1bbf7db0c29cee6fd5ecedb.tar.gz
hdf5-36ac2a176955ce29d1bbf7db0c29cee6fd5ecedb.tar.bz2
[svn-r7562] Purpose:
Feature add Description: Add a few new fields to the H5G_stat_t structure, to allow more information about the object header to be retrieved. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
Diffstat (limited to 'src/H5Gpublic.h')
-rw-r--r--src/H5Gpublic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h
index c131520..3d74704 100644
--- a/src/H5Gpublic.h
+++ b/src/H5Gpublic.h
@@ -33,6 +33,7 @@
#include "H5public.h"
#include "H5Ipublic.h"
+#include "H5Opublic.h"
#ifdef __cplusplus
extern "C" {
@@ -93,6 +94,7 @@ typedef struct H5G_stat_t {
#endif /*H5_WANT_H5_V1_4_COMPAT*/
time_t mtime; /*modification time */
size_t linklen; /*symbolic link value length */
+ H5O_stat_t ohdr; /* Object header information */
} H5G_stat_t;
#define H5G_SAME_LOC 0