* minor: A few miscellaneous doc comments before I break and start on something else

This commit is contained in:
Justin Clarke Casey
2008-06-14 20:52:42 +00:00
parent 5cccd4f6e5
commit c9a983a85e
3 changed files with 5 additions and 3 deletions

View File

@@ -149,6 +149,8 @@ namespace OpenSim.Framework.Statistics
{
lock (packetQueueStatsCollectors)
{
// FIXME: If the region service is providing more than one region, then the child and root agent
// queues are wrongly replacing each other here.
packetQueueStatsCollectors[uuid] = new PacketQueueStatsCollector(provider);
}
}