Changeset 124 for trunk/IPs/systemC/processor/Morpheo/Common/include
- Timestamp:
- Jun 17, 2009, 2:11:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Message.h
r120 r124 43 43 #endif 44 44 45 extern bool log_with_pid;46 45 extern FILE * log_stream; 47 46 48 47 FILE * log (FILE * stream); 49 48 void log_init (bool have_file, 49 bool with_date, 50 50 bool with_pid , 51 51 std::string directory,
Note: See TracChangeset
for help on using the changeset viewer.