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

0.6.0-stable
Justin Clarke Casey 2008-08-01 20:52:32 +00:00
parent e32c0930c2
commit c952dd465c
1 changed files with 2 additions and 1 deletions

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