diff options
author | Justin Clark-Casey (justincc) | 2012-07-25 23:27:00 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-25 23:27:00 +0100 |
commit | 5aec0ff207e9427b8756471eb003fd68859f67b1 (patch) | |
tree | 1b347a9086a1b07c696272b7e52dcbd7d98007e4 /OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | |
parent | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. (diff) | |
download | opensim-SC-5aec0ff207e9427b8756471eb003fd68859f67b1.zip opensim-SC-5aec0ff207e9427b8756471eb003fd68859f67b1.tar.gz opensim-SC-5aec0ff207e9427b8756471eb003fd68859f67b1.tar.bz2 opensim-SC-5aec0ff207e9427b8756471eb003fd68859f67b1.tar.xz |
Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring with other monitoring code from OpenSim.Framework
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index 3de7f9c..f57ea76 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | |||
@@ -45,6 +45,7 @@ using OpenMetaverse.StructuredData; | |||
45 | using CoolHTTPListener = HttpServer.HttpListener; | 45 | using CoolHTTPListener = HttpServer.HttpListener; |
46 | using HttpListener=System.Net.HttpListener; | 46 | using HttpListener=System.Net.HttpListener; |
47 | using LogPrio=HttpServer.LogPrio; | 47 | using LogPrio=HttpServer.LogPrio; |
48 | using OpenSim.Framework.Monitoring; | ||
48 | 49 | ||
49 | namespace OpenSim.Framework.Servers.HttpServer | 50 | namespace OpenSim.Framework.Servers.HttpServer |
50 | { | 51 | { |