From f1bd4e5bdf4fc9473c1762533aab61ac2dbe64d5 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 29 Jul 2013 09:29:00 -0700 Subject: [PATCH] WorkQueue: fix bracing on reset_tp_timeout Signed-off-by: Samuel Just Reviewed-by: Sage Weil --- src/common/WorkQueue.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/WorkQueue.cc b/src/common/WorkQueue.cc index a40200a68bd..a57c0782030 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); } -- 2.47.3