summaryrefslogtreecommitdiffstats
path: root/src/H5Pfmpl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-08-04 00:17:30 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-08-04 00:17:30 (GMT)
commit53ac57325cf2e6775225a015dee1a99971a33e16 (patch)
tree923d34fc7ff015e967f1a3098f906e00764b4460 /src/H5Pfmpl.c
parente8197d194144e14c6c33ffd986428817d31fec0a (diff)
downloadhdf5-53ac57325cf2e6775225a015dee1a99971a33e16.zip
hdf5-53ac57325cf2e6775225a015dee1a99971a33e16.tar.gz
hdf5-53ac57325cf2e6775225a015dee1a99971a33e16.tar.bz2
[svn-r22628] Description:
Bring r22627 from trunk to 1.8 branch: Merge some of the changes on the plist_encode_decode branch back to the trunk. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug (Too minor to require h5committest)
Diffstat (limited to 'src/H5Pfmpl.c')
-rw-r--r--src/H5Pfmpl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Pfmpl.c b/src/H5Pfmpl.c
index 7828fb2..0158bf1 100644
--- a/src/H5Pfmpl.c
+++ b/src/H5Pfmpl.c
@@ -74,6 +74,7 @@ static herr_t H5P_fmnt_reg_prop(H5P_genclass_t *pclass);
/* File mount property list class library initialization object */
const H5P_libclass_t H5P_CLS_FMNT[1] = {{
"file mount", /* Class name for debugging */
+ H5P_TYPE_FILE_MOUNT, /* Class type */
&H5P_CLS_ROOT_g, /* Parent class ID */
&H5P_CLS_FILE_MOUNT_g, /* Pointer to class ID */
&H5P_LST_FILE_MOUNT_g, /* Pointer to default property list ID */