From 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:50 -0500 Subject: Second Life viewer sources 1.14.0.0 --- linden/indra/llmessage/message.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'linden/indra/llmessage/message.h') diff --git a/linden/indra/llmessage/message.h b/linden/indra/llmessage/message.h index df062e7..5cc3ec1 100644 --- a/linden/indra/llmessage/message.h +++ b/linden/indra/llmessage/message.h @@ -206,6 +206,8 @@ class LLMessagePollInfo; class LLMessageSystem { + LOG_CLASS(LLMessageSystem); + public: U8 mSendBuffer[MAX_BUFFER_SIZE]; // Encoded send buffer needs to be slightly larger since the zero @@ -438,6 +440,7 @@ public: void addStringFast( const char* varname, const std::string& s); // typed, checks storage space void addString( const char* varname, const std::string& s); // typed, checks storage space + TPACKETID getCurrentRecvPacketID() { return mCurrentRecvPacketID; } S32 getCurrentSendTotal() const { return mCurrentSendTotal; } // This method checks for current send total and returns true if @@ -776,7 +779,6 @@ BOOL start_messaging_system( void end_messaging_system(); void null_message_callback(LLMessageSystem *msg, void **data); -void process_log_control(LLMessageSystem* msg, void**); // // Inlines -- cgit v1.1