mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
[svn-r13158] Description:
Checkpoint work on the shared header message refactor while I fix fill value handling. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
This commit is contained in:
parent
ad8afcade3
commit
ff572efab7
@ -95,6 +95,24 @@ H5FL_EXTERN(H5S_t);
|
||||
/* Declare external the free list for H5S_extent_t's */
|
||||
H5FL_EXTERN(H5S_extent_t);
|
||||
|
||||
#ifdef NOT_YET
|
||||
/* Set up & include shared message callbacks */
|
||||
#define H5O_SHARED_TYPE H5O_MSG_ATTR
|
||||
#define H5O_SHARED_DECODE H5O_attr_shared_decode
|
||||
#define H5O_SHARED_DECODE_REAL H5O_attr_decode
|
||||
#define H5O_SHARED_ENCODE H5O_attr_shared_encode
|
||||
#define H5O_SHARED_ENCODE_REAL H5O_attr_encode
|
||||
#define H5O_SHARED_SIZE H5O_attr_shared_size
|
||||
#define H5O_SHARED_SIZE_REAL H5O_attr_size
|
||||
#define H5O_SHARED_DELETE H5O_attr_shared_delete
|
||||
#define H5O_SHARED_DELETE_REAL H5O_attr_delete
|
||||
#define H5O_SHARED_LINK H5O_attr_shared_link
|
||||
#define H5O_SHARED_LINK_REAL H5O_attr_link
|
||||
#define H5O_SHARED_COPY_FILE H5O_attr_shared_copy_file
|
||||
#define H5O_SHARED_COPY_FILE_REAL H5O_attr_copy_file
|
||||
#include "H5Oshared.h" /* Shared Object Header Message Callbacks */
|
||||
#endif /* NOT_YET */
|
||||
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
NAME
|
||||
|
Loading…
Reference in New Issue
Block a user