Changeset 12494
- Timestamp:
- Mar 19, 2007, 12:26:22 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.h
r12493 r12494 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.5 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-03-19 2 1:55:01$11 * @version $Revision: 1.58 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-03-19 22:26:22 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 40 40 // XXX EAM : the old 'empty' values of (void) 0 are dangerous 41 41 # if defined(PS_NO_TRACE) 42 # define psTraceSetFormat(format) /* do nothing*/43 # define psTrace(facil, level, ...) /* do nothing */44 # define psTraceGetLevel(facil) /* do nothing*/42 # define psTraceSetFormat(format) true /* success */ 43 # define psTrace(facil, level, ...) /* do nothing */ 44 # define psTraceGetLevel(facil) 0 /* trace level is always 0 */ 45 45 # define psTraceV(facil, level, format, __VA_LIST) /* do nothing */ 46 # define psTraceSetLevel(facil,level) /* do nothing*/47 # define psTraceReset() /* do nothing */48 # define psTracePrintLevels() /* do nothing */49 # define psTraceSetDestination(fp) /* do nothing*/50 # define psTraceGetDestination() 2 /* destination is stderr */51 # define psTraceLevels() /* do nothing*/46 # define psTraceSetLevel(facil,level) 0 /* previous level was 0 */ 47 # define psTraceReset() /* do nothing */ 48 # define psTracePrintLevels() /* do nothing */ 49 # define psTraceSetDestination(fp) true /* success */ 50 # define psTraceGetDestination() 2 /* destination is stderr */ 51 # define psTraceLevels() psMetadataAlloc() /* empty metadata */ 52 52 # define PS_TRACE_ON 0 53 53
Note:
See TracChangeset
for help on using the changeset viewer.
