Skip to content

Commit

Permalink
librados-dev: install inline_memory.h
Browse files Browse the repository at this point in the history
This is needed to compile against the c++ api since
c388692

Fixes: http://tracker.ceph.com/issues/17654
Signed-off-by: Josh Durgin <[email protected]>
  • Loading branch information
jdurgin committed Nov 1, 2016
1 parent f890a71 commit ac1c1f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,7 @@ fi
%{_includedir}/rados/librados.hpp
%{_includedir}/rados/buffer.h
%{_includedir}/rados/buffer_fwd.h
%{_includedir}/rados/inline_memory.h
%{_includedir}/rados/page.h
%{_includedir}/rados/crc32c.h
%{_includedir}/rados/rados_types.h
Expand Down
1 change: 1 addition & 0 deletions debian/librados-dev.install
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ usr/include/rados/buffer_fwd.h
usr/include/rados/crc32c.h
usr/include/rados/librados.h
usr/include/rados/librados.hpp
usr/include/rados/inline_memory.h
usr/include/rados/page.h
usr/include/rados/rados_types.h
usr/include/rados/rados_types.hpp
Expand Down
1 change: 1 addition & 0 deletions src/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ install(FILES rados/librados.h
rados/librados.hpp
buffer.h
buffer_fwd.h
inline_memory.h
memory.h
page.h
crc32c.h
Expand Down
2 changes: 1 addition & 1 deletion src/include/buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# include <assert.h>
#endif

#include "include/inline_memory.h"
#include "inline_memory.h"

#if __GNUC__ >= 4
#define CEPH_BUFFER_API __attribute__ ((visibility ("default")))
Expand Down
1 change: 1 addition & 0 deletions src/include/rados/inline_memory.h

0 comments on commit ac1c1f6

Please sign in to comment.