* minor: add to the thread tracker the thread with which the thread tracker tracks threads
parent
e32c0930c2
commit
c952dd465c
|
@ -47,6 +47,7 @@ namespace OpenSim.Framework
|
||||||
ThreadTrackerThread.IsBackground = true;
|
ThreadTrackerThread.IsBackground = true;
|
||||||
ThreadTrackerThread.Priority = ThreadPriority.BelowNormal;
|
ThreadTrackerThread.Priority = ThreadPriority.BelowNormal;
|
||||||
ThreadTrackerThread.Start();
|
ThreadTrackerThread.Start();
|
||||||
|
Add(ThreadTrackerThread);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue