aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
diff options
context:
space:
mode:
authorDiva Canto2011-02-08 20:12:33 -0800
committerDiva Canto2011-02-08 20:12:33 -0800
commit585473aade100c3ffeef27e0c8e6b6c8c09d0109 (patch)
tree23421676ce3aa4b06e577d5854a362278fd79890 /OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
parentAvoid potential race conditions on UseCircuitCode. I artificially made the ra... (diff)
downloadopensim-SC_OLD-585473aade100c3ffeef27e0c8e6b6c8c09d0109.zip
opensim-SC_OLD-585473aade100c3ffeef27e0c8e6b6c8c09d0109.tar.gz
opensim-SC_OLD-585473aade100c3ffeef27e0c8e6b6c8c09d0109.tar.bz2
opensim-SC_OLD-585473aade100c3ffeef27e0c8e6b6c8c09d0109.tar.xz
Brute-force debug -- mantis #5365
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
index 04fec95..922e2bc 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
@@ -1133,6 +1133,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1133 private int npacksSent = 0; 1133 private int npacksSent = 0;
1134 private int npackNotSent = 0; 1134 private int npackNotSent = 0;
1135 1135
1136 public bool EmergencyMonitoring
1137 {
1138 get { return m_scene.EmergencyMonitoring; }
1139 }
1140
1136 private void MonitoredClientOutgoingPacketHandler(IClientAPI client) 1141 private void MonitoredClientOutgoingPacketHandler(IClientAPI client)
1137 { 1142 {
1138 nticks++; 1143 nticks++;