aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs
diff options
context:
space:
mode:
authorMelanie2012-08-24 23:48:01 +0200
committerMelanie2012-08-24 23:48:01 +0200
commit7e17f4296e91129990c15cdaaa1689922a57f9aa (patch)
tree72ce514a848ed61ab4484923b20557e7c84571a4 /OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs
parentFix bad child prim permissions that can make objects change perms after rezzing (diff)
downloadopensim-SC-7e17f4296e91129990c15cdaaa1689922a57f9aa.zip
opensim-SC-7e17f4296e91129990c15cdaaa1689922a57f9aa.tar.gz
opensim-SC-7e17f4296e91129990c15cdaaa1689922a57f9aa.tar.bz2
opensim-SC-7e17f4296e91129990c15cdaaa1689922a57f9aa.tar.xz
Fix background inventory loading (Viewer 3) so it won't lag out the sim
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs')
-rw-r--r--OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs b/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs
index bb43cd2..c24a000 100644
--- a/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs
+++ b/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs
@@ -51,7 +51,8 @@ namespace OpenSim.Framework.Servers.HttpServer
51 public enum EventType : int 51 public enum EventType : int
52 { 52 {
53 Normal = 0, 53 Normal = 0,
54 LslHttp = 1 54 LslHttp = 1,
55 Inventory = 2
55 } 56 }
56 57
57 public PollServiceEventArgs( 58 public PollServiceEventArgs(