summaryrefslogtreecommitdiffstats
path: root/src/H5Opkg.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-04-08 21:22:21 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-04-08 21:22:21 (GMT)
commit270d097bd1a6ab00e8e90c214a47a33d26d19bd5 (patch)
treeba6724a0a9c719c1b69cb47f03c32ae385216487 /src/H5Opkg.h
parentaa5e1dc4d24d8a80001d3c727523b3df47eb2d15 (diff)
downloadhdf5-270d097bd1a6ab00e8e90c214a47a33d26d19bd5.zip
hdf5-270d097bd1a6ab00e8e90c214a47a33d26d19bd5.tar.gz
hdf5-270d097bd1a6ab00e8e90c214a47a33d26d19bd5.tar.bz2
[svn-r8330] Purpose: Last step of check-in for Null dataspace
Description: Mainly are header message changes for dataspace. In last round of check-in, a new header message for dataspace to created, which is not a good way. Now, there will be no new message for dataspace, but just add the type of dataspace in the message while increment its version number. Backward compatibility is addressed. The attribute design is modified accordingly. Platforms tested: h5committest
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r--src/H5Opkg.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h
index a92543e..a4867dd 100644
--- a/src/H5Opkg.h
+++ b/src/H5Opkg.h
@@ -109,16 +109,11 @@ typedef struct H5O_t {
H5_DLLVAR const H5O_class_t H5O_NULL[1];
/*
- * Old simple Data Space Message.
+ * Extent 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];