From 7eae21a87155a54a6fc96f93db2ba105be171e9d Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 17 Sep 1997 06:06:52 +0000 Subject: *** empty log message *** --- ace/Log_Record.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ace/Log_Record.h') 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. -- cgit v1.2.1