]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: Only public API symbols from the shared library 2933/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 14 Nov 2014 06:02:48 +0000 (01:02 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 14 Nov 2014 08:02:17 +0000 (03:02 -0500)
commit83e8b07a7bceddd590a9f7c572b5c1f155d9e2b6
tree9afae2bd233a1ad4dfa6bba5f64e40b6a09fa586
parent2ad6ff1565a2695327e70b44873abfe6cafcbb6c
librbd: Only public API symbols from the shared library

The librbd shared library was previously exporting all
symbols.  librbd public API methods are now explicitly
exported and all other symbols are hidden.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/rbd/librbd.h
src/include/rbd/librbd.hpp
src/librbd/Makefile.am
src/librbd/internal.cc