mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* minor: add to the thread tracker the thread with which the thread tracker tracks threads
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user