summaryrefslogtreecommitdiff
path: root/ace/Log_Record.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-17 06:06:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-17 06:06:52 +0000
commit7eae21a87155a54a6fc96f93db2ba105be171e9d (patch)
tree3fd9679b2f390aab3df949da80278f54b105bc96 /ace/Log_Record.h
parentaf55cf1d2f7ee8715b7edcc6c884d560ef1272f6 (diff)
downloadATCD-7eae21a87155a54a6fc96f93db2ba105be171e9d.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Log_Record.h')
-rw-r--r--ace/Log_Record.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/Log_Record.h b/ace/Log_Record.h
index ff9dc122d41..9c87b573d01 100644
--- a/ace/Log_Record.h
+++ b/ace/Log_Record.h
@@ -133,12 +133,14 @@ private:
void round_up (void);
// Round up to the alignment restrictions.
+ long length_;
+ // Total length of the logging record in bytes. This field *must*
+ // come first in order for various framing mechanisms to work
+ // correctly.
+
long type_;
// Type of logging record.
- long length_;
- // Total length of the logging record in bytes.
-
ACE_Time_Value time_stamp_;
// Time that the logging record was generated.