Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
int ceph_create_with_context(struct ceph_mount_info **cmount, struct CephContext *conf);
+#ifndef VOIDPTR_RADOS_T
+#define VOIDPTR_RADOS_T
typedef void *rados_t;
+#endif // VOIDPTR_RADOS_T
/**
* Create a mount handle from a rados_t, for using libcephfs in the
* -- or to the same cluster with different users -- requires
* different cluster handles.
*/
+#ifndef VOIDPTR_RADOS_T
+#define VOIDPTR_RADOS_T
typedef void *rados_t;
+#endif //VOIDPTR_RADOS_T
/**
* @typedef rados_config_t