diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-23 15:27:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-23 15:27:28 (GMT) |
commit | 4bc8c3f9240a57ecba8e57d5a88af6f58c25c15c (patch) | |
tree | 66535ad56982dbd650e8ad4c4eafb1bb7f8d8dc1 /src/H5Opkg.h | |
parent | 599d4141fad83b181d11adb17ca645877706308b (diff) | |
download | hdf5-4bc8c3f9240a57ecba8e57d5a88af6f58c25c15c.zip hdf5-4bc8c3f9240a57ecba8e57d5a88af6f58c25c15c.tar.gz hdf5-4bc8c3f9240a57ecba8e57d5a88af6f58c25c15c.tar.bz2 |
[svn-r13178] Description:
Figured out a way to phase in individual message class support for
the new shared message "interface", so check that in before working on the
message classes themselves.
Tested on:
Mac OS X/32 10.4.8 (amazon)
FreeBSD/32 6.2 (duty)
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r-- | src/H5Opkg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h index 9458e55..0e4dbc3 100644 --- a/src/H5Opkg.h +++ b/src/H5Opkg.h @@ -157,6 +157,11 @@ #define H5O_SIZEOF_CHKSUM_OH(O) \ H5O_SIZEOF_CHKSUM_VERS((O)->version) +/* Temporary macro to define which message classes are using the "new" + * shared message "interface" for their methods. + */ +#define H5O_NEW_SHARED(T) 0 + /* The "message class" type */ struct H5O_msg_class_t { |