diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-08-25 23:17:47 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-08-25 23:17:47 (GMT) |
commit | c1b11ba3c438403b996998671bc1119a62be6995 (patch) | |
tree | 389531eeffcb07db4c57eecb5b2b516aacaa7f04 | |
parent | 817682a368e3e7e983a88849678e4b6485cb5373 (diff) | |
download | hdf5-c1b11ba3c438403b996998671bc1119a62be6995.zip hdf5-c1b11ba3c438403b996998671bc1119a62be6995.tar.gz hdf5-c1b11ba3c438403b996998671bc1119a62be6995.tar.bz2 |
[svn-r7410] Purpose:
Bug fix.
Description:
Added MPE color definintions for the Stream-vfd API.
Platforms tested:
Tested in Copper since MPE only works there.
-rw-r--r-- | src/H5MPprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5MPprivate.h b/src/H5MPprivate.h index f0a0f91..41cfb04 100644 --- a/src/H5MPprivate.h +++ b/src/H5MPprivate.h @@ -264,6 +264,8 @@ #define color_H5Pget_fapl_mpiposix "red" #define color_H5Pset_fapl_sec2 "red" #define color_H5Pget_fapl_sec2 "red" +#define color_H5Pset_fapl_stream "red" +#define color_H5Pget_fapl_stream "red" #define color_H5Pget_filter "red" #define color_H5Pset_btree_ratios "red" #define color_H5Pget_btree_ratios "red" |