Skip to content
Snippets Groups Projects
Commit 99504bea authored by Charles Leggett's avatar Charles Leggett
Browse files

Allow AthMpEvtLoopMgr to call ConcurrencyFlags::setNumProcs()

See merge request !154
parents 95602a77 5658fbc0
No related branches found
No related tags found
1 merge request!154Allow AthMpEvtLoopMgr to call ConcurrencyFlags::setNumProcs()
......@@ -8,6 +8,7 @@
class ThreadPoolSvc;
class ForwardSchedulerSvc;
class AvalancheSchedulerSvc;
class AthMpEvtLoopMgr;
/** @class ConcurrencyFlags ConcurrencyFlags.h GaudiKernel/ConcurrencyFlags.h
*
......@@ -31,6 +32,7 @@ namespace Gaudi
friend class ::ThreadPoolSvc;
friend class ::ForwardSchedulerSvc;
friend class ::AvalancheSchedulerSvc;
friend class ::AthMpEvtLoopMgr;
public:
/** number of Worker Threads (for MT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment