aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Statistics/SimExtraStatsCollector.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Statistics/SimExtraStatsCollector.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Statistics/SimExtraStatsCollector.cs b/OpenSim/Framework/Statistics/SimExtraStatsCollector.cs
index 968ed3f..d4d1f9d 100644
--- a/OpenSim/Framework/Statistics/SimExtraStatsCollector.cs
+++ b/OpenSim/Framework/Statistics/SimExtraStatsCollector.cs
@@ -149,6 +149,8 @@ namespace OpenSim.Framework.Statistics
149 { 149 {
150 lock (packetQueueStatsCollectors) 150 lock (packetQueueStatsCollectors)
151 { 151 {
152 // FIXME: If the region service is providing more than one region, then the child and root agent
153 // queues are wrongly replacing each other here.
152 packetQueueStatsCollectors[uuid] = new PacketQueueStatsCollector(provider); 154 packetQueueStatsCollectors[uuid] = new PacketQueueStatsCollector(provider);
153 } 155 }
154 } 156 }