* minor: add to the thread tracker the thread with which the thread tracker tracks threads

This commit is contained in:
Justin Clarke Casey
2008-08-01 20:52:32 +00:00
parent e32c0930c2
commit c952dd465c

View File

@@ -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
}
}
}