.TH "fsm_struct_journal_unit" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*- .ad l .nh .SH NAME fsm_struct_journal_unit \- structure of a journal element .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Attributes" .in +1c .ti -1c .RI "long \fByy_dd_mm\fP" .br .ti -1c .RI "long \fBusec\fP" .br .ti -1c .RI "const char * \fBfile_source\fP" .br .ti -1c .RI "const char * \fBfunction_source\fP" .br .ti -1c .RI "const char * \fBstring_value\fP" .br .ti -1c .RI "struct \fBfsm_struct_journal_unit\fP * \fBprev\fP" .br .ti -1c .RI "struct \fBfsm_struct_journal_unit\fP * \fBnext\fP" .br .in -1c .SH "Detailed Description" .PP structure of a journal element .PP \fBSee also\fP .RS 4 use in src/fsm/dispatch/fsm_journal_event() .PP use in src/journal/fsm_journal_push_front() .RE .PP .SH "Member Data Documentation" .PP .SS "const char* fsm_struct_journal_unit::file_source" .IP "\(bu" 2 emitter file .PP .SS "const char* fsm_struct_journal_unit::function_source" .IP "\(bu" 2 emitter function .PP .SS "struct \fBfsm_struct_journal_unit\fP* fsm_struct_journal_unit::next" .IP "\(bu" 2 chained list .PP .SS "struct \fBfsm_struct_journal_unit\fP* fsm_struct_journal_unit::prev" .IP "\(bu" 2 chained list .PP .SS "const char* fsm_struct_journal_unit::string_value" .IP "\(bu" 2 any event descriptors .PP .SS "long fsm_struct_journal_unit::usec" .IP "\(bu" 2 with microseconds precision .PP .SS "long fsm_struct_journal_unit::yy_dd_mm" .IP "\(bu" 2 date of the event reported in the log .PP .SH "Author" .PP Generated automatically by Doxygen for Gem-graph from the source code\&.