diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-04-06 20:08:20 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-04-06 20:08:20 (GMT) |
commit | be7efff2b77fad3710f1d9b1e801d7a89d4134d5 (patch) | |
tree | 80f141bb5c0456dffe08557a2faa9d3b2e3b027a /src/H5Opkg.h | |
parent | b230f3eb22e16932dc664970ade0021831e2fc5f (diff) | |
download | hdf5-be7efff2b77fad3710f1d9b1e801d7a89d4134d5.zip hdf5-be7efff2b77fad3710f1d9b1e801d7a89d4134d5.tar.gz hdf5-be7efff2b77fad3710f1d9b1e801d7a89d4134d5.tar.bz2 |
[svn-r8314] Purpose: Progressive check-in
Description: NULL dataspace. This step is mainly for dataspace header
message and a test.
Solution: The test mainly checks NULL dataspace features. Backward compatibility
is tested in the fill value test.
Platforms tested: h5committest
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r-- | src/H5Opkg.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h index 866e1b7..a92543e 100644 --- a/src/H5Opkg.h +++ b/src/H5Opkg.h @@ -109,11 +109,16 @@ typedef struct H5O_t { H5_DLLVAR const H5O_class_t H5O_NULL[1]; /* - * Simple Data Space Message. + * Old simple Data Space Message. */ H5_DLLVAR const H5O_class_t H5O_SDSPACE[1]; /* + * New Extent Data Space Message. + */ +H5_DLLVAR const H5O_class_t H5O_SDSPACE_NEW[1]; + +/* * Data Type Message. */ H5_DLLVAR const H5O_class_t H5O_DTYPE[1]; |