diff options
| author | Mark Lentczner <markl@lindenlab.com> | 2007-02-06 00:57:33 +0000 |
|---|---|---|
| committer | Mark Lentczner <markl@lindenlab.com> | 2007-02-06 00:57:33 +0000 |
| commit | d0d4670f4941dcf7430fb1269c6613140ecf3ff7 (patch) | |
| tree | e3d6b59c19cac6bc172ec5fb0131ffc8f4923b75 /indra/llmessage/message.h | |
| parent | 77f04c74eb1603bf2fadc30127d05378bfc7a48a (diff) | |
merge in of error-refactor-3
concludes (fixes) SL-31187
pair programmed and reviewed by markl and karen
Diffstat (limited to 'indra/llmessage/message.h')
| -rw-r--r-- | indra/llmessage/message.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llmessage/message.h b/indra/llmessage/message.h index ec76e1f755..48d950e377 100644 --- a/indra/llmessage/message.h +++ b/indra/llmessage/message.h @@ -187,6 +187,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 @@ -757,7 +759,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 |
