From: Samuel Just Date: Mon, 29 Jul 2013 16:29:00 +0000 (-0700) Subject: WorkQueue: fix bracing on reset_tp_timeout X-Git-Tag: v0.67-rc3~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f1bd4e5bdf4fc9473c1762533aab61ac2dbe64d5;p=ceph.git WorkQueue: fix bracing on reset_tp_timeout Signed-off-by: Samuel Just Reviewed-by: Sage Weil --- diff --git a/src/common/WorkQueue.cc b/src/common/WorkQueue.cc index a40200a68bd4..a57c07820309 100644 --- a/src/common/WorkQueue.cc +++ b/src/common/WorkQueue.cc @@ -49,7 +49,8 @@ ThreadPool::ThreadPool(CephContext *cct_, string nm, int n, const char *option) } } -void ThreadPool::TPHandle::reset_tp_timeout() { +void ThreadPool::TPHandle::reset_tp_timeout() +{ cct->get_heartbeat_map()->reset_timeout( hb, grace, suicide_grace); }