diff options
author | lbsa71 | 2008-12-18 13:16:41 +0000 |
---|---|---|
committer | lbsa71 | 2008-12-18 13:16:41 +0000 |
commit | 56f1b03cd0eccb8549b3f87f76b2a9494239b585 (patch) | |
tree | 4981057745584d1cb08b97d33db601c786fd4b31 /OpenSim/Region/Environment/Scenes | |
parent | * Add a nasty hack to try and give the HttpServer a few extra lives until we ... (diff) | |
download | opensim-SC_OLD-56f1b03cd0eccb8549b3f87f76b2a9494239b585.zip opensim-SC_OLD-56f1b03cd0eccb8549b3f87f76b2a9494239b585.tar.gz opensim-SC_OLD-56f1b03cd0eccb8549b3f87f76b2a9494239b585.tar.bz2 opensim-SC_OLD-56f1b03cd0eccb8549b3f87f76b2a9494239b585.tar.xz |
* Added "show queues" command that shows throttling queues for all clients.
*** This only works for LLCLientView at the moment ***
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 8dcd071..7a4c385 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -4227,7 +4227,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
4227 | return m_sceneGraph.TryGetAvatarByName(avatarName, out avatar); | 4227 | return m_sceneGraph.TryGetAvatarByName(avatarName, out avatar); |
4228 | } | 4228 | } |
4229 | 4229 | ||
4230 | internal void ForEachClient(Action<IClientAPI> action) | 4230 | public void ForEachClient(Action<IClientAPI> action) |
4231 | { | 4231 | { |
4232 | m_sceneGraph.ForEachClient(action); | 4232 | m_sceneGraph.ForEachClient(action); |
4233 | } | 4233 | } |