diff options
author | Diva Canto | 2011-02-08 12:06:14 -0800 |
---|---|---|
committer | Diva Canto | 2011-02-08 12:06:14 -0800 |
commit | ac7bc78555c1dd51724790032f0711b24bc8c67d (patch) | |
tree | 6e208f4cb470c574d0094db93cb5bc3bdccb9e71 /OpenSim/Region/Framework/Scenes | |
parent | Comment previous debug (diff) | |
download | opensim-SC_OLD-ac7bc78555c1dd51724790032f0711b24bc8c67d.zip opensim-SC_OLD-ac7bc78555c1dd51724790032f0711b24bc8c67d.tar.gz opensim-SC_OLD-ac7bc78555c1dd51724790032f0711b24bc8c67d.tar.bz2 opensim-SC_OLD-ac7bc78555c1dd51724790032f0711b24bc8c67d.tar.xz |
Added emergency monitoring of UDP Outgoing packets thread. Just type "emergency-monitoring on/off"
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 4fca261..355671c 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -64,6 +64,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
64 | 64 | ||
65 | #region Fields | 65 | #region Fields |
66 | 66 | ||
67 | public bool EmergencyMonitoring = false; | ||
68 | |||
67 | public SynchronizeSceneHandler SynchronizeScene; | 69 | public SynchronizeSceneHandler SynchronizeScene; |
68 | public SimStatsReporter StatsReporter; | 70 | public SimStatsReporter StatsReporter; |
69 | public List<Border> NorthBorders = new List<Border>(); | 71 | public List<Border> NorthBorders = new List<Border>(); |