* 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.Priority = ThreadPriority.BelowNormal;
|
||||
ThreadTrackerThread.Start();
|
||||
Add(ThreadTrackerThread);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -133,4 +134,4 @@ namespace OpenSim.Framework
|
|||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue