From 37af21ba5901e7a11343bc318c7aeeea41e8c14d Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Mon, 24 Jul 2017 17:35:37 -0400 Subject: [PATCH] librados.h: add LIBRADOS_SUPPORTS_APP_METADATA Allow external applications to trivially identify support for the new app metadata interface. Signed-off-by: Matt Benjamin --- src/include/rados/librados.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index 876bf8516ee6..20af80d68a1f 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -49,6 +49,7 @@ extern "C" { #define LIBRADOS_SUPPORTS_WATCH 1 #define LIBRADOS_SUPPORTS_SERVICES 1 +#define LIBRADOS_SUPPORTS_APP_METADATA 1 /* RADOS lock flags * They are also defined in cls_lock_types.h. Keep them in sync! -- 2.47.3