Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring with other monitoring code from OpenSim.Framework

This commit is contained in:
Justin Clark-Casey (justincc)
2012-07-25 23:27:00 +01:00
parent 35efa88c26
commit 5aec0ff207
14 changed files with 42 additions and 28 deletions

View File

@@ -34,6 +34,7 @@ using HttpServer;
using OpenMetaverse;
using System.Reflection;
using log4net;
using OpenSim.Framework.Monitoring;
namespace OpenSim.Framework.Servers.HttpServer
{