aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2014-08-29 16:19:30 +0100
committerUbitUmarov2014-08-29 16:19:30 +0100
commit7351d92a76ac24edce848fe7410e920f17962101 (patch)
treed415c604bc0184caca3efc666a7de54862bd7c64 /OpenSim/Tests
parent reduce burst (diff)
downloadopensim-SC_OLD-7351d92a76ac24edce848fe7410e920f17962101.zip
opensim-SC_OLD-7351d92a76ac24edce848fe7410e920f17962101.tar.gz
opensim-SC_OLD-7351d92a76ac24edce848fe7410e920f17962101.tar.bz2
opensim-SC_OLD-7351d92a76ac24edce848fe7410e920f17962101.tar.xz
add method to get a category throttle rate
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 2758030..00929df 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -548,6 +548,11 @@ namespace OpenSim.Tests.Common.Mock
548 { 548 {
549 } 549 }
550 550
551 public int GetAgentThrottleSilent(int throttle)
552 {
553 return 0;
554 }
555
551 public byte[] GetThrottlesPacked(float multiplier) 556 public byte[] GetThrottlesPacked(float multiplier)
552 { 557 {
553 return new byte[0]; 558 return new byte[0];