Changeset 11449 for trunk/psLib/src/sys/psTrace.h
- Timestamp:
- Jan 30, 2007, 2:38:46 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.h
r11248 r11449 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.5 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-01- 23 22:47:23$11 * @version $Revision: 1.54 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-31 00:38:46 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 22 22 23 23 #include <stdarg.h> 24 #include "psMetadata.h" 24 25 25 26 #define PS_UNKNOWN_TRACE_LEVEL -9999 // we don't know this name's level … … 172 173 int psTraceGetDestination(void); 173 174 175 /// Return a psMetadata summarising the trace levels 176 psMetadata *psTraceLevels(void); 177 174 178 /// @} 175 179 #endif /* PS_NO_TRACE */
Note:
See TracChangeset
for help on using the changeset viewer.
