diff options
author | Justin Clarke Casey | 2008-10-14 18:53:56 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-14 18:53:56 +0000 |
commit | 58f8c042f616c2568496aeb13428230deb854db0 (patch) | |
tree | 4956e4bba8c96504141d0f16c4944212d6d5fb47 /OpenSim/Framework/IClientAPI.cs | |
parent | * minor: Make it clear that non-scheduled updates can happen outside of the p... (diff) | |
download | opensim-SC_OLD-58f8c042f616c2568496aeb13428230deb854db0.zip opensim-SC_OLD-58f8c042f616c2568496aeb13428230deb854db0.tar.gz opensim-SC_OLD-58f8c042f616c2568496aeb13428230deb854db0.tar.bz2 opensim-SC_OLD-58f8c042f616c2568496aeb13428230deb854db0.tar.xz |
* minor: change m_debug to m_debugPacketLevel since that's what it is
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); |