Ignore:
Timestamp:
May 26, 2009, 9:01:47 PM (15 years ago)
Author:
rosiere
Message:

1) Context_state : Add statistics
2) Add configuration with multi front_end
3) Add optionnal pid at log filename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Common/include/Message.h

    r113 r120  
    4343#endif
    4444
     45extern bool   log_with_pid;
    4546extern FILE * log_stream;
     47
    4648FILE * log      (FILE * stream);
    4749void   log_init (bool        have_file,
     50                 bool        with_pid ,
    4851                 std::string directory,
    4952                 std::string file="");
Note: See TracChangeset for help on using the changeset viewer.