From 8a46452a700fa5a8d6fc3bd9308bf483cd715de1 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 8 Aug 2013 09:19:36 -0400 Subject: Move template parameter in Thread to a more logical scope location. --- node/Node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Node.cpp') diff --git a/node/Node.cpp b/node/Node.cpp index e5332480..92d8a75c 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -431,7 +431,7 @@ Node::ReasonForTermination Node::run() if (lastDelayDelta >= ZT_SLEEP_WAKE_DETECTION_THRESHOLD) { resynchronize = true; LOG("probable suspend/resume detected, pausing a moment for things to settle..."); - Thread::sleep(ZT_SLEEP_WAKE_SETTLE_TIME); + Thread::sleep(ZT_SLEEP_WAKE_SETTLE_TIME); } // Periodically check our network environment, sending pings out to all -- cgit v1.2.3