diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs b/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs index 3bb0b7a..494d62b 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs | |||
@@ -40,6 +40,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
40 | public Packet Packet; | 40 | public Packet Packet; |
41 | public bool Incoming; | 41 | public bool Incoming; |
42 | public ThrottleOutPacketType throttleType; | 42 | public ThrottleOutPacketType throttleType; |
43 | public int TickCount; | ||
43 | public Object Identifier; | 44 | public Object Identifier; |
44 | } | 45 | } |
45 | } | 46 | } |