diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-03-26 21:59:50 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-03-26 21:59:50 (GMT) |
commit | 31623a4916da61e72417ccacf7d8cea6466a769e (patch) | |
tree | 5e5c8a1124926b87a08cc658b2185882c3d15618 /src/H5VLprivate.h | |
parent | 04b257f380589c9136005695921bafdb5aa940fc (diff) | |
download | hdf5-31623a4916da61e72417ccacf7d8cea6466a769e.zip hdf5-31623a4916da61e72417ccacf7d8cea6466a769e.tar.gz hdf5-31623a4916da61e72417ccacf7d8cea6466a769e.tar.bz2 |
[svn-r22153] renaming some VL public variables and wrapper ID type
Diffstat (limited to 'src/H5VLprivate.h')
-rw-r--r-- | src/H5VLprivate.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/H5VLprivate.h b/src/H5VLprivate.h index 3ebd0c3..949fd90 100644 --- a/src/H5VLprivate.h +++ b/src/H5VLprivate.h @@ -29,7 +29,11 @@ /****************************/ /* Library Private Typedefs */ /****************************/ - +/* type of the ID passed to users */ +typedef struct H5VL_id_wrapper_t { + hid_t obj_id; /* actual id for object */ + H5VL_class_t *vol_plugin; /* pointer to the VOL structure */ +} H5VL_id_wrapper_t; /*****************************/ /* Library Private Variables */ |