aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorUbitUmarov2014-08-29 16:19:30 +0100
committerUbitUmarov2014-08-29 16:19:30 +0100
commit7351d92a76ac24edce848fe7410e920f17962101 (patch)
treed415c604bc0184caca3efc666a7de54862bd7c64 /OpenSim/Framework
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/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index d73802e..c386c95 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1186,6 +1186,7 @@ namespace OpenSim.Framework
1186 void SetChildAgentThrottle(byte[] throttle); 1186 void SetChildAgentThrottle(byte[] throttle);
1187 1187
1188 void SetAgentThrottleSilent(int throttle, int setting); 1188 void SetAgentThrottleSilent(int throttle, int setting);
1189 int GetAgentThrottleSilent(int throttle);
1189 1190
1190 void SendAvatarDataImmediate(ISceneEntity avatar); 1191 void SendAvatarDataImmediate(ISceneEntity avatar);
1191 1192