diff --git a/OpenSim/Framework/Statistics/SimExtraStatsCollector.cs b/OpenSim/Framework/Statistics/SimExtraStatsCollector.cs
index 968ed3f818..d4d1f9d1d4 100644
--- a/OpenSim/Framework/Statistics/SimExtraStatsCollector.cs
+++ b/OpenSim/Framework/Statistics/SimExtraStatsCollector.cs
@@ -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);
}
}
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 0b2aa52f47..ea2831ca96 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -1139,7 +1139,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
///
- ///
+ /// Tell the client that the given neighbour region is ready to receive a child agent.
///
///
///
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index cbb99dc360..bbb31635da 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -642,7 +642,7 @@ namespace OpenSim.Region.Communications.OGS1
#region m_interRegion Comms
///
- ///
+ /// Start listening for .net remoting calls from other regions.
///
private void StartRemoting()
{
@@ -789,7 +789,7 @@ namespace OpenSim.Region.Communications.OGS1
}
///
- ///
+ /// Inform a region that a child agent will be on the way from a client.
///
///
///