aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Interfaces/IClientAPI.cs
diff options
context:
space:
mode:
authorDalien Talbot2007-09-13 16:39:04 +0000
committerDalien Talbot2007-09-13 16:39:04 +0000
commit1703cacaab91a980c96458f0f49284ab68168130 (patch)
tree233773070afd5b4018fe0c18438b20d95f2f7b06 /OpenSim/Framework/General/Interfaces/IClientAPI.cs
parentllSetPos(), llGetPos(), llGetLocalPos() now implemented (diff)
downloadopensim-SC_OLD-1703cacaab91a980c96458f0f49284ab68168130.zip
opensim-SC_OLD-1703cacaab91a980c96458f0f49284ab68168130.tar.gz
opensim-SC_OLD-1703cacaab91a980c96458f0f49284ab68168130.tar.bz2
opensim-SC_OLD-1703cacaab91a980c96458f0f49284ab68168130.tar.xz
Added CLI "debug packet 0..255" to enable the in/out packet dumps with various verbosity
Diffstat (limited to 'OpenSim/Framework/General/Interfaces/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/General/Interfaces/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs
index c162163..8155373 100644
--- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs
+++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs
@@ -240,5 +240,6 @@ namespace OpenSim.Framework.Interfaces
240 240
241 void SendViewerTime(int phase); 241 void SendViewerTime(int phase);
242 void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); 242 void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID);
243 void SetDebug(int newDebug);
243 } 244 }
244} 245}