]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/PyModules: move constructor definition to .cc
authorDan Mick <dan.mick@redhat.com>
Tue, 2 May 2017 23:55:21 +0000 (16:55 -0700)
committerDan Mick <dan.mick@redhat.com>
Fri, 19 May 2017 05:09:08 +0000 (22:09 -0700)
commit987211a63927b19a76c99eab7580845e1480baf5
tree1fafe9b5cd58a3a1b0a1bf17aaafd3bc6ded924e
parentf69ce190c594805a1b495ed42e85c0f0d6088633
mgr/PyModules: move constructor definition to .cc

Otherwise, the incomplete ServeThread type causes problems
for others who include PyModules.h

Signed-off-by: Dan Mick <dan.mick@redhat.com>
src/mgr/PyModules.cc