From: Haomai Wang Date: Fri, 27 Dec 2013 10:11:09 +0000 (+0800) Subject: Lack of "start" member function declare in WBThrottle.h X-Git-Tag: v0.75~29^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b3bda085b619e2c366b51e57fbbb46f58df6c9f8;p=ceph.git Lack of "start" member function declare in WBThrottle.h Signed-off-by: Haomai Wang --- diff --git a/src/os/WBThrottle.h b/src/os/WBThrottle.h index b78123267508..d1feb9bf848e 100644 --- a/src/os/WBThrottle.h +++ b/src/os/WBThrottle.h @@ -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) {