summaryrefslogtreecommitdiff
path: root/ace/Log_Record.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Record.h')
-rw-r--r--ace/Log_Record.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Log_Record.h b/ace/Log_Record.h
index ac6f4408ea7..2e8ad1e4524 100644
--- a/ace/Log_Record.h
+++ b/ace/Log_Record.h
@@ -128,10 +128,11 @@ private:
void round_up (void);
// Round up to the alignment restrictions.
- long length_;
+ ACE_INT32 length_;
// Total length of the logging record in bytes. This field *must*
- // come first in order for various framing mechanisms to work
- // correctly.
+ // come first in order for various IPC framing mechanisms to work
+ // correctly. In addition, the field must be an ACE_INT32 in order
+ // to be passed portably across platforms.
long type_;
// Type of logging record.