summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-02-20 20:43:22 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-02-20 20:43:22 (GMT)
commit9e5651ec4f0073ed84a5459dc109ca0d6b602862 (patch)
treefa5a3756d2e807e196e9c69d4d126bc1a2060d24
parentc2bc773474e9215eea72dc2bf90a7208467fe540 (diff)
downloadhdf5-9e5651ec4f0073ed84a5459dc109ca0d6b602862.zip
hdf5-9e5651ec4f0073ed84a5459dc109ca0d6b602862.tar.gz
hdf5-9e5651ec4f0073ed84a5459dc109ca0d6b602862.tar.bz2
Added a RADOS/mobject #ifdef switch.
-rw-r--r--src/H5VLrados_public.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5VLrados_public.h b/src/H5VLrados_public.h
index 65ee9f4..e49339b 100644
--- a/src/H5VLrados_public.h
+++ b/src/H5VLrados_public.h
@@ -25,7 +25,11 @@
#define H5_HAVE_EFF 1 /* DSMINC */
/* External headers needed by this file */
+#ifdef HDF5_USE_MOBJECT
+#include <librados-mobject-store.h>
+#else
#include <rados/librados.h>
+#endif
/* Public headers needed by this file */
#include "H5public.h"