diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-12-04 02:29:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-12-04 02:29:06 (GMT) |
commit | fcd8d9b878071ea0e1d834e1e2a192cfec90586f (patch) | |
tree | 8ddb35ce78c1046839bc38e58c728397e2c5a781 /src/H5Obogus.c | |
parent | 4dd379f637a411eb1ae564dc9f993b556d9a65e3 (diff) | |
download | hdf5-fcd8d9b878071ea0e1d834e1e2a192cfec90586f.zip hdf5-fcd8d9b878071ea0e1d834e1e2a192cfec90586f.tar.gz hdf5-fcd8d9b878071ea0e1d834e1e2a192cfec90586f.tar.bz2 |
[svn-r11759] Purpose:
New feature
Description:
Add in a combination of Peter's & my code to support copying
variable-length data from one file to another, although currently only
supported with contiguous data storage.
Platforms tested:
FreeBSD 4.11 (sleipnir)
h5committest
Diffstat (limited to 'src/H5Obogus.c')
-rw-r--r-- | src/H5Obogus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Obogus.c b/src/H5Obogus.c index 13b6385..5572e66 100644 --- a/src/H5Obogus.c +++ b/src/H5Obogus.c @@ -45,8 +45,8 @@ static size_t H5O_bogus_size(const H5F_t *f, const void *_mesg); static herr_t H5O_bogus_debug(H5F_t *f, hid_t dxpl_id, const void *_mesg, FILE * stream, int indent, int fwidth); -/* This message derives from H5O */ -const H5O_class_t H5O_BOGUS[1] = {{ +/* This message derives from H5O message class */ +const H5O_msg_class_t H5O_MSG_BOGUS[1] = {{ H5O_BOGUS_ID, /*message id number */ "bogus", /*message name for debugging */ 0, /*native message size */ |