From 7120d3a8bfdb5c2ccda2e568025ecbb12f185a3b Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 12 Aug 2013 11:03:27 -0700 Subject: [PATCH] Pass thread name to Workers --- modules/ripple_core/functional/ripple_JobQueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ripple_core/functional/ripple_JobQueue.cpp b/modules/ripple_core/functional/ripple_JobQueue.cpp index c3cd05168..fc553990d 100644 --- a/modules/ripple_core/functional/ripple_JobQueue.cpp +++ b/modules/ripple_core/functional/ripple_JobQueue.cpp @@ -7,7 +7,7 @@ SETUP_LOG (JobQueue) JobQueue::JobQueue () - : m_workers (*this, 0) + : m_workers (*this, "JobQueue", 0) , mLastJob (0) { mJobLoads [ jtPUBOLDLEDGER ].setTargetLatency (10000, 15000);