Changeset 120 for trunk/IPs/systemC/processor/Morpheo/Common/include
- Timestamp:
- May 26, 2009, 9:01:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Common/include/Message.h
r113 r120 43 43 #endif 44 44 45 extern bool log_with_pid; 45 46 extern FILE * log_stream; 47 46 48 FILE * log (FILE * stream); 47 49 void log_init (bool have_file, 50 bool with_pid , 48 51 std::string directory, 49 52 std::string file="");
Note: See TracChangeset
for help on using the changeset viewer.