diff options
Diffstat (limited to '')
-rw-r--r-- | doc/rados/api/libradospp.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/rados/api/libradospp.rst b/doc/rados/api/libradospp.rst new file mode 100644 index 00000000..b99be6bc --- /dev/null +++ b/doc/rados/api/libradospp.rst @@ -0,0 +1,9 @@ +================== + LibradosPP (C++) +================== + +.. note:: The librados C++ API is not guarenteed to be API+ABI stable + between major releases. All applications using the librados C++ API must + be recompiled and relinked against a specific Ceph release. + +.. todo:: write me! |