summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/WorkQueue.cc3
1 files changed, 2 insertions, 1 deletions
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);
}