aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-06-14 20:52:42 +0000
committerJustin Clarke Casey2008-06-14 20:52:42 +0000
commitc9a983a85e5abf111eeda5fcb169489785294f1d (patch)
treedbd0ca6b56d190e99dd328d19a264133262008c7 /OpenSim/Framework
parent* Vintage 2, a good year. (diff)
downloadopensim-SC_OLD-c9a983a85e5abf111eeda5fcb169489785294f1d.zip
opensim-SC_OLD-c9a983a85e5abf111eeda5fcb169489785294f1d.tar.gz
opensim-SC_OLD-c9a983a85e5abf111eeda5fcb169489785294f1d.tar.bz2
opensim-SC_OLD-c9a983a85e5abf111eeda5fcb169489785294f1d.tar.xz
* minor: A few miscellaneous doc comments before I break and start on something else
Diffstat (limited to 'OpenSim/Framework')
-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 }