diff options
author | James Laird <jlaird@hdfgroup.org> | 2007-01-08 14:54:12 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2007-01-08 14:54:12 (GMT) |
commit | 77a2e54459cee60effc94513bdb047dbf2ef847b (patch) | |
tree | 810b00b0eb408c86d3edce96884c61ab851c6516 /src/H5Opublic.h | |
parent | 7fc6a486b94dcd8eff19db8816d9ab3b0bbeb440 (diff) | |
download | hdf5-77a2e54459cee60effc94513bdb047dbf2ef847b.zip hdf5-77a2e54459cee60effc94513bdb047dbf2ef847b.tar.gz hdf5-77a2e54459cee60effc94513bdb047dbf2ef847b.tar.bz2 |
[svn-r13119] More code cleanup. Made shared messages zero-indexed instead of
one-indexed. Changed the names of some constants to be more consistent.
Tested on juniper, smirom, and copper.
Diffstat (limited to 'src/H5Opublic.h')
-rw-r--r-- | src/H5Opublic.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h index 4d4e59b..9ce8429 100644 --- a/src/H5Opublic.h +++ b/src/H5Opublic.h @@ -62,9 +62,8 @@ /* Maximum shared message values. Number of indexes is 8 to allow room to add * new types of messages. */ -/* JAMES: make these H5O* */ -#define H5SM_MAX_NINDEXES 8 -#define H5SM_MAX_LIST_ELEMS 5000 +#define H5O_SHMESG_MAX_NINDEXES 8 +#define H5O_SHMESG_MAX_LIST_SIZE 5000 /*******************/ /* Public Typedefs */ |