mirror of
https://github.com/ceph/ceph
synced 2024-12-14 23:46:28 +00:00
librados: update librados to define CEPH_OSD_TMAP_SET
This commit is contained in:
parent
0050dd84d8
commit
16ab067c75
@ -9,6 +9,10 @@ extern "C" {
|
||||
#include <linux/types.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef CEPH_OSD_TMAP_SET
|
||||
#define CEPH_OSD_TMAP_SET 's'
|
||||
#endif
|
||||
|
||||
/* initialization */
|
||||
int rados_initialize(int argc, const char **argv); /* arguments are optional */
|
||||
void rados_deinitialize();
|
||||
|
Loading…
Reference in New Issue
Block a user