aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ThrottleOutPacketType.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-11-01 22:20:54 +0000
committerAdam Frisby2008-11-01 22:20:54 +0000
commit84136c70d8a8e3278d1ff3949971e993f6c3f1fb (patch)
treefceb7f3e7a0ea35a6b8316f9dee695970cd0ecf3 /OpenSim/Framework/ThrottleOutPacketType.cs
parent* Apply http://opensimulator.org/mantis/view.php?id=2521 (diff)
downloadopensim-SC_OLD-84136c70d8a8e3278d1ff3949971e993f6c3f1fb.zip
opensim-SC_OLD-84136c70d8a8e3278d1ff3949971e993f6c3f1fb.tar.gz
opensim-SC_OLD-84136c70d8a8e3278d1ff3949971e993f6c3f1fb.tar.bz2
opensim-SC_OLD-84136c70d8a8e3278d1ff3949971e993f6c3f1fb.tar.xz
* Minor cleanup
* Added additional error message when a Object/SOG DB save fails so we can trace why.
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,