diff options
author | Jason Dillaman <dillaman@redhat.com> | 2019-02-04 22:13:45 +0100 |
---|---|---|
committer | Jason Dillaman <dillaman@redhat.com> | 2019-02-21 14:27:38 +0100 |
commit | d2b1ab49f52533c0c16908189bb2bda1fd96a279 (patch) | |
tree | dc444a0cf2d53794f27e4635d3c093debb40a34b /debian/libradospp-dev.install | |
parent | librados: add symbol versioning to the C API (diff) | |
download | ceph-d2b1ab49f52533c0c16908189bb2bda1fd96a279.tar.xz ceph-d2b1ab49f52533c0c16908189bb2bda1fd96a279.zip |
librados: add symbol versioning to the C++ API
The future goal would be to change the version for each Ceph major
release to ensure C++ applications will need to be recompiled against
the librados C++ API since we don't guarentee ABI stability.
Fixes: https://tracker.ceph.com/issues/38177
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Diffstat (limited to 'debian/libradospp-dev.install')
-rw-r--r-- | debian/libradospp-dev.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libradospp-dev.install b/debian/libradospp-dev.install index c7aa0f9d686..749cdd772d6 100644 --- a/debian/libradospp-dev.install +++ b/debian/libradospp-dev.install @@ -3,5 +3,6 @@ usr/include/rados/buffer_fwd.h usr/include/rados/crc32c.h usr/include/rados/inline_memory.h usr/include/rados/librados.hpp +usr/include/rados/librados_fwd.hpp usr/include/rados/page.h usr/include/rados/rados_types.hpp |