aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ClientInfo.cs
diff options
context:
space:
mode:
authorJeff Ames2008-07-11 09:18:17 +0000
committerJeff Ames2008-07-11 09:18:17 +0000
commit3b9cf652349327f7b255a850d5b966a9e3b9437e (patch)
tree3d5b58711b46616716c7e5079db3dc77fcf0d45e /OpenSim/Framework/ClientInfo.cs
parentThanks Mike for another LSL compiler patch which fixes a bug where 'vector v=... (diff)
downloadopensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.zip
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.gz
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.bz2
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.xz
Update svn properties.
Diffstat (limited to 'OpenSim/Framework/ClientInfo.cs')
-rw-r--r--OpenSim/Framework/ClientInfo.cs42
1 files changed, 21 insertions, 21 deletions
diff --git a/OpenSim/Framework/ClientInfo.cs b/OpenSim/Framework/ClientInfo.cs
index 099449d..f41717f 100644
--- a/OpenSim/Framework/ClientInfo.cs
+++ b/OpenSim/Framework/ClientInfo.cs
@@ -1,22 +1,22 @@
1using System; 1using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Net; 3using System.Net;
4 4
5namespace OpenSim.Framework 5namespace OpenSim.Framework
6{ 6{
7 [Serializable] 7 [Serializable]
8 public class ClientInfo 8 public class ClientInfo
9 { 9 {
10 public sAgentCircuitData agentcircuit; 10 public sAgentCircuitData agentcircuit;
11 11
12 public Dictionary<uint, byte[]> needAck; 12 public Dictionary<uint, byte[]> needAck;
13 13
14 public List<byte[]> out_packets; 14 public List<byte[]> out_packets;
15 public Dictionary<uint, uint> pendingAcks; 15 public Dictionary<uint, uint> pendingAcks;
16 public EndPoint proxyEP; 16 public EndPoint proxyEP;
17 17
18 public uint sequence; 18 public uint sequence;
19 public byte[] usecircuit; 19 public byte[] usecircuit;
20 public EndPoint userEP; 20 public EndPoint userEP;
21 } 21 }
22} \ No newline at end of file 22} \ No newline at end of file