diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/ThrottleOutPacketType.cs | 3 |
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 @@ | |||
1 | using System; | ||
2 | |||
1 | namespace OpenSim.Framework | 3 | namespace OpenSim.Framework |
2 | { | 4 | { |
5 | [Flags] | ||
3 | public enum ThrottleOutPacketType : int | 6 | public enum ThrottleOutPacketType : int |
4 | { | 7 | { |
5 | Resend = 0, | 8 | Resend = 0, |