aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-10-12 01:59:47 +0100
committerJustin Clark-Casey (justincc)2012-10-12 01:59:47 +0100
commit8873a4a8fcaa3372713463094f2cfebeaaf45834 (patch)
treed32fe9b77e2d5fb094aca7c1a9df395b732f7883 /OpenSim/Region/ClientStack
parentRemove now unnecessary OpenSim.Framework.Console reference from Monitoring. (diff)
downloadopensim-SC_OLD-8873a4a8fcaa3372713463094f2cfebeaaf45834.zip
opensim-SC_OLD-8873a4a8fcaa3372713463094f2cfebeaaf45834.tar.gz
opensim-SC_OLD-8873a4a8fcaa3372713463094f2cfebeaaf45834.tar.bz2
opensim-SC_OLD-8873a4a8fcaa3372713463094f2cfebeaaf45834.tar.xz
minor: Fix bug in categorization of blocks reused stat from packetpool
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/PacketPool.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/PacketPool.cs b/OpenSim/Region/ClientStack/Linden/UDP/PacketPool.cs
index 052d334..71f6fe1 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/PacketPool.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/PacketPool.cs
@@ -55,8 +55,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
55 private PercentageStat m_blocksReusedStat = new PercentageStat( 55 private PercentageStat m_blocksReusedStat = new PercentageStat(
56 "BlocksReused", 56 "BlocksReused",
57 "Blocks reused", 57 "Blocks reused",
58 "clientstack",
58 "packetpool", 59 "packetpool",
59 "simulator",
60 StatVerbosity.Debug, 60 StatVerbosity.Debug,
61 "Number of data blocks reused out of all requests to the packet pool"); 61 "Number of data blocks reused out of all requests to the packet pool");
62 62