mirror of
https://github.com/ceph/ceph
synced 2024-12-15 07:56:12 +00:00
da5d156b6b
memory.h was introduced back when the shared_ptrs were still in TR1, but we've moved to C++17 now. and the C++ clients should be compiled with a C++11 compatible compiler. so there is no need to have this file anymore. also replace all references of ceph::shared_ptr and ceph::weak_ptr with std::shared_ptr and std::weak_ptr accordingly. Signed-off-by: Kefu Chai <kchai@redhat.com>
14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
usr/bin/librados-config
|
|
usr/include/rados/buffer.h
|
|
usr/include/rados/buffer_fwd.h
|
|
usr/include/rados/crc32c.h
|
|
usr/include/rados/inline_memory.h
|
|
usr/include/rados/librados.h
|
|
usr/include/rados/librados.hpp
|
|
usr/include/rados/page.h
|
|
usr/include/rados/rados_types.h
|
|
usr/include/rados/rados_types.hpp
|
|
usr/lib/librados.so
|
|
usr/lib/librados_tp.so
|
|
usr/share/man/man8/librados-config.8
|