Changeset 7866
- Timestamp:
- Jul 11, 2006, 4:54:01 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.h
r7571 r7866 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.4 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-0 6-15 00:22:54$11 * @version $Revision: 1.44 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-07-12 02:54:01 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 41 41 # define p_psTrace(facil, level, ...) /* do nothing */ 42 42 # define psTraceSetLevel(facil,level) /* do nothing */ 43 # define psTraceGetLevel(facil) /* do nothing*/43 # define psTraceGetLevel(facil) -INFINITY /* really really low level */ 44 44 # define psTraceReset() /* do nothing */ 45 45 # define psTraceFree() /* do nothing */ 46 46 # define psTracePrintLevels() /* do nothing */ 47 47 # define psTraceSetDestination(fp) /* do nothing */ 48 # define psTraceGetDestination() /* do nothing*/48 # define psTraceGetDestination() 2 /* destination is stderr */ 49 49 # define PS_TRACE_ON 0 50 50
Note:
See TracChangeset
for help on using the changeset viewer.
