mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
WorkQueue: added virtual destructor
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
parent
24a33e977f
commit
b3f5a75332
@ -330,7 +330,7 @@ private:
|
||||
|
||||
public:
|
||||
ThreadPool(CephContext *cct_, string nm, int n, const char *option = NULL);
|
||||
~ThreadPool();
|
||||
virtual ~ThreadPool();
|
||||
|
||||
/// return number of threads currently running
|
||||
int get_num_threads() {
|
||||
|
Loading…
Reference in New Issue
Block a user