aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-07-24 16:03:17 +0000
committerJustin Clarke Casey2008-07-24 16:03:17 +0000
commit11385c53e687b25c25c25b54929ba45d904ac9be (patch)
tree3c6520d926602b7466e28c3bddbba55915ce55ee /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parent* Separate out OGS1 calls used between services (rather than from region to s... (diff)
downloadopensim-SC_OLD-11385c53e687b25c25c25b54929ba45d904ac9be.zip
opensim-SC_OLD-11385c53e687b25c25c25b54929ba45d904ac9be.tar.gz
opensim-SC_OLD-11385c53e687b25c25c25b54929ba45d904ac9be.tar.bz2
opensim-SC_OLD-11385c53e687b25c25c25b54929ba45d904ac9be.tar.xz
* minor: eliminate warnings from LindenUDP
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index efc910a..a7dd35a 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -79,7 +79,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
79 private bool m_clientBlocked = false; 79 private bool m_clientBlocked = false;
80 80
81 private int m_probesWithNoIngressPackets = 0; 81 private int m_probesWithNoIngressPackets = 0;
82 private int m_lastPacketsReceived = 0; 82 //private int m_lastPacketsReceived = 0;
83 private byte[] ZeroOutBuffer = new byte[4096]; 83 private byte[] ZeroOutBuffer = new byte[4096];
84 84
85 private readonly LLUUID m_agentId; 85 private readonly LLUUID m_agentId;
@@ -245,7 +245,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
245 private SetScriptRunning handlerSetScriptRunning = null; 245 private SetScriptRunning handlerSetScriptRunning = null;
246 private UpdateVector handlerAutoPilotGo = null; 246 private UpdateVector handlerAutoPilotGo = null;
247 247
248 private TerrainUnacked handlerUnackedTerrain = null; 248 //private TerrainUnacked handlerUnackedTerrain = null;
249 249
250 //** 250 //**
251 251