mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* minor: change m_debug to m_debugPacketLevel since that's what it is
This commit is contained in:
@@ -836,8 +836,12 @@ namespace OpenSim.Framework
|
||||
|
||||
byte[] GetThrottlesPacked(float multiplier);
|
||||
|
||||
|
||||
void SetDebug(int newDebug);
|
||||
/// <summary>
|
||||
/// Set the debug level at which packet output should be printed to console.
|
||||
/// </summary>
|
||||
/// <param name="newDebugPacketLevel"></param>
|
||||
void SetDebugPacketLevel(int newDebug);
|
||||
|
||||
void InPacket(object NewPack);
|
||||
void ProcessInPacket(Packet NewPack);
|
||||
void Close(bool ShutdownCircuit);
|
||||
|
||||
Reference in New Issue
Block a user