diff options
author | James Laird <jlaird@hdfgroup.org> | 2007-01-19 18:51:03 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2007-01-19 18:51:03 (GMT) |
commit | 632773727c6f08c583bb6748d0d9dd11fe800364 (patch) | |
tree | d40f61c64afbbf59674223e23dc4447760e55fe2 /src/H5SMpkg.h | |
parent | ff572efab750d3667d04ef0143315eb3a9e99585 (diff) | |
download | hdf5-632773727c6f08c583bb6748d0d9dd11fe800364.zip hdf5-632773727c6f08c583bb6748d0d9dd11fe800364.tar.gz hdf5-632773727c6f08c583bb6748d0d9dd11fe800364.tar.bz2 |
[svn-r13159] Added h5debug support for shared message structures.
Tests run on juniper, kagiso, smirom. h5debug run manually on sample files on
Windows, juniper, and kagiso.
Diffstat (limited to 'src/H5SMpkg.h')
-rwxr-xr-x | src/H5SMpkg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5SMpkg.h b/src/H5SMpkg.h index 1010b16..a1fe22b 100755 --- a/src/H5SMpkg.h +++ b/src/H5SMpkg.h @@ -60,6 +60,8 @@ #define H5SM_B2_SPLIT_PERCENT 100 #define H5SM_B2_MERGE_PERCENT 40 +#define H5SM_LIST_VERSION 0 /* Verion of Shared Object Header Message List Indexes */ + /****************************/ /* Package Typedefs */ /****************************/ |