diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 1c6d363..bacdc62 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -836,8 +836,12 @@ namespace OpenSim.Framework | |||
836 | 836 | ||
837 | byte[] GetThrottlesPacked(float multiplier); | 837 | byte[] GetThrottlesPacked(float multiplier); |
838 | 838 | ||
839 | 839 | /// <summary> | |
840 | void SetDebug(int newDebug); | 840 | /// Set the debug level at which packet output should be printed to console. |
841 | /// </summary> | ||
842 | /// <param name="newDebugPacketLevel"></param> | ||
843 | void SetDebugPacketLevel(int newDebug); | ||
844 | |||
841 | void InPacket(object NewPack); | 845 | void InPacket(object NewPack); |
842 | void ProcessInPacket(Packet NewPack); | 846 | void ProcessInPacket(Packet NewPack); |
843 | void Close(bool ShutdownCircuit); | 847 | void Close(bool ShutdownCircuit); |