summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-31 21:31:36 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-31 21:31:36 (GMT)
commita42ea0be91c25d90427678d548bcff17b032d2ca (patch)
treed00896d7f1bf6cc2b9696c30d675461ccf00149e /src/H5Ppublic.h
parent0cff4f0d146e6beafa4c6b6d4047e489719670f6 (diff)
parentbeb6f83cfd696e835970091f730a23db31381455 (diff)
downloadhdf5-a42ea0be91c25d90427678d548bcff17b032d2ca.zip
hdf5-a42ea0be91c25d90427678d548bcff17b032d2ca.tar.gz
hdf5-a42ea0be91c25d90427678d548bcff17b032d2ca.tar.bz2
[svn-r25502] merge from trunk.
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index f13f70d..4cd316d 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -92,6 +92,9 @@
#define H5P_CRT_ORDER_TRACKED 0x0001
#define H5P_CRT_ORDER_INDEXED 0x0002
+/* Default value for all property list classes */
+#define H5P_DEFAULT (hid_t)0
+
#ifdef __cplusplus
extern "C" {
#endif