diff options
author | Justin Clarke Casey | 2008-06-14 20:52:42 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-14 20:52:42 +0000 |
commit | c9a983a85e5abf111eeda5fcb169489785294f1d (patch) | |
tree | dbd0ca6b56d190e99dd328d19a264133262008c7 /OpenSim/Framework/Statistics | |
parent | * Vintage 2, a good year. (diff) | |
download | opensim-SC-c9a983a85e5abf111eeda5fcb169489785294f1d.zip opensim-SC-c9a983a85e5abf111eeda5fcb169489785294f1d.tar.gz opensim-SC-c9a983a85e5abf111eeda5fcb169489785294f1d.tar.bz2 opensim-SC-c9a983a85e5abf111eeda5fcb169489785294f1d.tar.xz |
* minor: A few miscellaneous doc comments before I break and start on something else
Diffstat (limited to 'OpenSim/Framework/Statistics')
-rw-r--r-- | OpenSim/Framework/Statistics/SimExtraStatsCollector.cs | 2 |
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 | } |