diff options
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index 5e84ff6..cd68ae5 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -139,6 +139,8 @@ typedef struct H5O_copy_t { #define H5O_SHARED_IN_HEAP_FLAG 0x01 #define H5O_COMMITTED_FLAG 0x02 +#define H5O_IS_SHARED(F) (((F) & (H5O_SHARED_IN_HEAP_FLAG | H5O_COMMITTED_FLAG)) ? TRUE : FALSE) + /* * Shared object message. * This needs to go first because other messages can be shared and |