mirror of
https://github.com/ceph/ceph
synced 2025-02-16 23:37:46 +00:00
Merge pull request #11727 from stiopaa1/mds_mdsrank_addOverideToThreadClass
mds/MDSRank.h: add override to virtual function Reviewed-by: John Spray <john.spray@redhat.com>
This commit is contained in:
commit
06732de7d1
@ -208,7 +208,7 @@ class MDSRank {
|
||||
Cond cond;
|
||||
public:
|
||||
explicit ProgressThread(MDSRank *mds_) : mds(mds_) {}
|
||||
void * entry();
|
||||
void * entry() override;
|
||||
void shutdown();
|
||||
void signal() {cond.Signal();}
|
||||
} progress_thread;
|
||||
|
Loading…
Reference in New Issue
Block a user