diff options
Diffstat (limited to 'src/H5Opublic.h')
-rw-r--r-- | src/H5Opublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h index b1fa767..828506f 100644 --- a/src/H5Opublic.h +++ b/src/H5Opublic.h @@ -89,6 +89,7 @@ typedef struct H5O_info_t { time_t atime; /* Access time */ time_t mtime; /* Modification time */ time_t ctime; /* Change time */ + time_t btime; /* Birth time */ hsize_t num_attrs; /* # of attributes attached to object */ struct { unsigned version; /* Version number of header format in file */ |