Move template parameter in Thread to a more logical scope location.
This commit is contained in:
parent
20f8668c28
commit
8a46452a70
10 changed files with 20 additions and 21 deletions
|
@ -299,7 +299,7 @@ private:
|
|||
};
|
||||
|
||||
const RuntimeEnvironment *const _r;
|
||||
Thread<Topology> _thread;
|
||||
Thread _thread;
|
||||
|
||||
std::map< Address,SharedPtr<Peer> > _activePeers;
|
||||
Mutex _activePeers_m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue