diff options
Diffstat (limited to 'linden/indra/llmessage/message.h')
-rw-r--r-- | linden/indra/llmessage/message.h | 4 |
1 files changed, 3 insertions, 1 deletions
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; | |||
206 | 206 | ||
207 | class LLMessageSystem | 207 | class LLMessageSystem |
208 | { | 208 | { |
209 | LOG_CLASS(LLMessageSystem); | ||
210 | |||
209 | public: | 211 | public: |
210 | U8 mSendBuffer[MAX_BUFFER_SIZE]; | 212 | U8 mSendBuffer[MAX_BUFFER_SIZE]; |
211 | // Encoded send buffer needs to be slightly larger since the zero | 213 | // Encoded send buffer needs to be slightly larger since the zero |
@@ -438,6 +440,7 @@ public: | |||
438 | void addStringFast( const char* varname, const std::string& s); // typed, checks storage space | 440 | void addStringFast( const char* varname, const std::string& s); // typed, checks storage space |
439 | void addString( const char* varname, const std::string& s); // typed, checks storage space | 441 | void addString( const char* varname, const std::string& s); // typed, checks storage space |
440 | 442 | ||
443 | TPACKETID getCurrentRecvPacketID() { return mCurrentRecvPacketID; } | ||
441 | S32 getCurrentSendTotal() const { return mCurrentSendTotal; } | 444 | S32 getCurrentSendTotal() const { return mCurrentSendTotal; } |
442 | 445 | ||
443 | // This method checks for current send total and returns true if | 446 | // This method checks for current send total and returns true if |
@@ -776,7 +779,6 @@ BOOL start_messaging_system( | |||
776 | void end_messaging_system(); | 779 | void end_messaging_system(); |
777 | 780 | ||
778 | void null_message_callback(LLMessageSystem *msg, void **data); | 781 | void null_message_callback(LLMessageSystem *msg, void **data); |
779 | void process_log_control(LLMessageSystem* msg, void**); | ||
780 | 782 | ||
781 | // | 783 | // |
782 | // Inlines | 784 | // Inlines |