]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: move ContextWQ::queue definition to header
authorJason Dillaman <dillaman@redhat.com>
Mon, 13 Jul 2020 20:08:51 +0000 (16:08 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 15 Jul 2020 11:50:10 +0000 (07:50 -0400)
commit7f6341f73fae222cfd60ed232f7587c6ff2ebd7f
treeef33ee39ec3b582ac66ef7b6aa03d1c44998c31f
parent980c286ce9b757985846261f2c377571fb1cd59e
librbd: move ContextWQ::queue definition to header

The parent cache plugin uses the ContextWQ::queue method and therefore
requires its definition to properly dynamically link into the librbd
process. If future plugins require additional functions this can be
reconsidered by using interfaces, static libraries, or moving generic
functions to libcommon.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/asio/ContextWQ.cc
src/librbd/asio/ContextWQ.h