summaryrefslogtreecommitdiffstats
path: root/src/H5Opline.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-12-04 02:29:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-12-04 02:29:06 (GMT)
commitfcd8d9b878071ea0e1d834e1e2a192cfec90586f (patch)
tree8ddb35ce78c1046839bc38e58c728397e2c5a781 /src/H5Opline.c
parent4dd379f637a411eb1ae564dc9f993b556d9a65e3 (diff)
downloadhdf5-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/H5Opline.c')
-rw-r--r--src/H5Opline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Opline.c b/src/H5Opline.c
index 981c2af..0287141 100644
--- a/src/H5Opline.c
+++ b/src/H5Opline.c
@@ -39,8 +39,8 @@ static herr_t H5O_pline_free (void *_mesg);
static herr_t H5O_pline_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_PLINE[1] = {{
+/* This message derives from H5O message class */
+const H5O_msg_class_t H5O_MSG_PLINE[1] = {{
H5O_PLINE_ID, /* message id number */
"filter pipeline", /* message name for debugging */
sizeof(H5O_pline_t), /* native message size */