Lack of "start" member function declare in WBThrottle.h

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
This commit is contained in:
Haomai Wang 2013-12-27 18:11:09 +08:00
parent b8fb366eab
commit b3bda085b6

View File

@ -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) {