Skip to content

Commit

Permalink
Merge pull request ceph#11727 from stiopaa1/mds_mdsrank_addOverideToT…
Browse files Browse the repository at this point in the history
…hreadClass

mds/MDSRank.h: add override to virtual function

Reviewed-by: John Spray <[email protected]>
  • Loading branch information
John Spray authored Nov 7, 2016
2 parents 860df29 + fdf66e1 commit 06732de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mds/MDSRank.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 06732de

Please sign in to comment.