summaryrefslogtreecommitdiffstats
path: root/src/H5Aprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-04-08 22:22:37 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-04-08 22:22:37 (GMT)
commit7d7842302b1dcf0da0067b30c49da59b8f766cb3 (patch)
tree5fd9f29e738290f07ec405d0890eb7a629067083 /src/H5Aprivate.h
parentb56de62ae06434c5966fc07664c44d91b407c515 (diff)
downloadhdf5-7d7842302b1dcf0da0067b30c49da59b8f766cb3.zip
hdf5-7d7842302b1dcf0da0067b30c49da59b8f766cb3.tar.gz
hdf5-7d7842302b1dcf0da0067b30c49da59b8f766cb3.tar.bz2
[svn-r22258] links and attributes VOL routines
change native location token to be of type H5O_loc_t several bug fixes and issues resolved
Diffstat (limited to 'src/H5Aprivate.h')
-rw-r--r--src/H5Aprivate.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/H5Aprivate.h b/src/H5Aprivate.h
index 0c0e519..18219e6 100644
--- a/src/H5Aprivate.h
+++ b/src/H5Aprivate.h
@@ -29,7 +29,10 @@
/**************************/
/* Library Private Macros */
/**************************/
-
+/* ======== Attribute creation property names ======== */
+#define H5A_CRT_TYPE_ID_NAME "attr_type_id"
+#define H5A_CRT_SPACE_ID_NAME "attr_space_id"
+#define H5A_CRT_LOCATION_NAME "attr_location"
/****************************/
/* Library Private Typedefs */