From: Matt Benjamin Date: Mon, 24 Jul 2017 21:35:37 +0000 (-0400) Subject: librados.h: add LIBRADOS_SUPPORTS_APP_METADATA X-Git-Tag: v13.0.1~1119^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=37af21ba5901e7a11343bc318c7aeeea41e8c14d;p=ceph.git 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 --- diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index 876bf8516ee..20af80d68a1 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!