diff options
author | teravus | 2012-11-17 03:47:09 -0500 |
---|---|---|
committer | teravus | 2012-11-17 03:47:09 -0500 |
commit | 5e0294815f7e3ec83b7e568e1468948ac0ff7331 (patch) | |
tree | d6a436877fd6df204bbe99f22d896947d58f5aed /OpenSim/Framework/IClientAPI.cs | |
parent | Revert "Merge master into teravuswork", it should have been avination, not ma... (diff) | |
download | opensim-SC_OLD-5e0294815f7e3ec83b7e568e1468948ac0ff7331.zip opensim-SC_OLD-5e0294815f7e3ec83b7e568e1468948ac0ff7331.tar.gz opensim-SC_OLD-5e0294815f7e3ec83b7e568e1468948ac0ff7331.tar.bz2 opensim-SC_OLD-5e0294815f7e3ec83b7e568e1468948ac0ff7331.tar.xz |
* Plumbing and basic setting of the GetMesh Cap Throttler.
* Last step is to flip the throttle distribution.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index e31c7f6..6559638 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1135,6 +1135,8 @@ namespace OpenSim.Framework | |||
1135 | 1135 | ||
1136 | void SetChildAgentThrottle(byte[] throttle); | 1136 | void SetChildAgentThrottle(byte[] throttle); |
1137 | 1137 | ||
1138 | void SetAgentThrottleSilent(int throttle, int setting); | ||
1139 | |||
1138 | void SendAvatarDataImmediate(ISceneEntity avatar); | 1140 | void SendAvatarDataImmediate(ISceneEntity avatar); |
1139 | 1141 | ||
1140 | /// <summary> | 1142 | /// <summary> |