Changeset 5057 for trunk/psLib/src/sys/psTrace.h
- Timestamp:
- Sep 15, 2005, 11:22:22 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.h
r5012 r5057 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-09-1 3 00:54:15$11 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-09-15 21:22:22 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 25 25 * \{ 26 26 */ 27 28 enum { 29 PS_TRACE_TO_NONE = 0, ///< turn off all traces 30 PS_TRACE_TO_STDOUT = 1, ///< trace to system's stdout 31 PS_TRACE_TO_STDERR = 2, ///< trace to system's stderr 32 }; 27 33 28 34 /** Functions **************************************************************/ … … 137 143 * @return FILE*: File Destination 138 144 */ 139 int psTraceGetDestination( void);145 int psTraceGetDestination(); 140 146 141 147 /* \} */// End of SystemGroup Functions
Note:
See TracChangeset
for help on using the changeset viewer.
