aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ThrottleOutPacketType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/ThrottleOutPacketType.cs')
-rw-r--r--OpenSim/Framework/ThrottleOutPacketType.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/ThrottleOutPacketType.cs b/OpenSim/Framework/ThrottleOutPacketType.cs
index b236362..cf38df7 100644
--- a/OpenSim/Framework/ThrottleOutPacketType.cs
+++ b/OpenSim/Framework/ThrottleOutPacketType.cs
@@ -1,5 +1,8 @@
1using System;
2
1namespace OpenSim.Framework 3namespace OpenSim.Framework
2{ 4{
5 [Flags]
3 public enum ThrottleOutPacketType : int 6 public enum ThrottleOutPacketType : int
4 { 7 {
5 Resend = 0, 8 Resend = 0,