diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-04-14 05:05:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-04-14 05:05:46 (GMT) |
commit | 7e0748de229a4636f75809ed88ca93e7dababf81 (patch) | |
tree | a119b3668dda987b76805a3d3ee59aefa226007d /src/H5Osdspace.c | |
parent | aa1cedb4f8b57fa73ab385d6316073a497410244 (diff) | |
download | hdf5-7e0748de229a4636f75809ed88ca93e7dababf81.zip hdf5-7e0748de229a4636f75809ed88ca93e7dababf81.tar.gz hdf5-7e0748de229a4636f75809ed88ca93e7dababf81.tar.bz2 |
[svn-r6659] Purpose:
New feature, sorta
Description:
Track changes to various internal APIs
Platforms tested:
FreeBSD 4.8 (sleipnir) w/C++
Linux 2.4 (burrwhite) w/FORTRAN
Solaris 2.7 (arabica) w/FORTRAN
IRIX64 6.5 (modi4) w/parallel & FORTRAN
(h5committest not run due to my ongoing difficulties with C++ on burrwhite).
Diffstat (limited to 'src/H5Osdspace.c')
-rw-r--r-- | src/H5Osdspace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Osdspace.c b/src/H5Osdspace.c index 59c44ee..b08db50 100644 --- a/src/H5Osdspace.c +++ b/src/H5Osdspace.c @@ -46,6 +46,7 @@ const H5O_class_t H5O_SDSPACE[1] = {{ H5O_sdspace_size, /* size of symbol table entry */ H5O_sdspace_reset, /* default reset method */ H5O_sdspace_free, /* free method */ + NULL, /* file delete method */ NULL, /* get share method */ NULL, /* set share method */ H5O_sdspace_debug, /* debug the message */ |