From 2887ea1516ab72e10612c192d1af3296f8af97f0 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Fri, 13 Oct 2017 12:06:51 +0200 Subject: Avoid that we miss a stop that happens while we are STARTING. --- .../storageframework/defaultimplementation/thread/threadimpl.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'storageframework/src') diff --git a/storageframework/src/vespa/storageframework/defaultimplementation/thread/threadimpl.h b/storageframework/src/vespa/storageframework/defaultimplementation/thread/threadimpl.h index bdc491a5da6..798251f0573 100644 --- a/storageframework/src/vespa/storageframework/defaultimplementation/thread/threadimpl.h +++ b/storageframework/src/vespa/storageframework/defaultimplementation/thread/threadimpl.h @@ -49,12 +49,8 @@ class ThreadImpl : public Thread void run(); public: - ThreadImpl(ThreadPoolImpl&, - Runnable&, - vespalib::stringref id, - uint64_t waitTimeMs, - uint64_t maxProcessTimeMs, - int ticksBeforeWait); + ThreadImpl(ThreadPoolImpl&, Runnable&, vespalib::stringref id, uint64_t waitTimeMs, + uint64_t maxProcessTimeMs, int ticksBeforeWait); ~ThreadImpl(); bool interrupted() const override; -- cgit v1.2.3