Appendix B.3 MCF event interfaces

This section lists the changes to the MCF event interfaces.

Organization of this subsection
(1) Structure format of MCF event that reports discarding of a timer-start message (ERREVT4)

(1) Structure format of MCF event that reports discarding of a timer-start message (ERREVT4)

(a) Format of the common header for MCF event information
Version 6 or earlierVersion 7
<For 32-bit architecture>

struct dc_mcf_evtheader {
 char mcfevt_name[9] ;
 char le_name[16] ;
 char cn_name[9] ;
 unsigned char format_kind;
 char reserve01;
 long time ;
 };

struct dc_mcf_evtheader {
 char mcfevt_name[9] ;
 char le_name[16] ;
 char cn_name[9] ;
 unsigned char format_kind;
 char reserve01;
 DCLONG time ;
 };

<For 64-bit architecture>

struct dc_mcf_evtheader {
 char mcfevt_name[9] ;
 char le_name[16] ;
 char cn_name[9] ;
 unsigned char format_kind;
 char reserve01;
 int time ;
 };