Pass thread name to Workers

This commit is contained in:
Vinnie Falco
2013-08-12 11:03:27 -07:00
parent 13f68c668e
commit 7120d3a8bf

View File

@@ -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);