mirror of
https://github.com/ceph/ceph
synced 2024-12-25 21:03:31 +00:00
Lack of "start" member function declare in WBThrottle.h
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
This commit is contained in:
parent
b8fb366eab
commit
b3bda085b6
@ -134,6 +134,7 @@ public:
|
||||
WBThrottle(CephContext *cct);
|
||||
~WBThrottle();
|
||||
|
||||
void start();
|
||||
void stop();
|
||||
/// Set fs as XFS or BTRFS
|
||||
void set_fs(FS new_fs) {
|
||||
|
Loading…
Reference in New Issue
Block a user