Changeset 2221 for trunk/psLib/src/sys/psTrace.h
- Timestamp:
- Oct 27, 2004, 1:31:44 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.h
r2204 r2221 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-10-27 00:57:31$11 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-27 23:31:44 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 18 18 19 19 #define PS_UNKNOWN_TRACE_LEVEL -9999 // we don't know this name's level 20 #define PS_DEFAULT_TRACE_LEVEL -120 #define PS_DEFAULT_TRACE_LEVEL 0 21 21 22 22 /** \addtogroup LogTrace … … 51 51 const char *name; // last part of name of component 52 52 psS32 level; // trace level for this component 53 bool p_psSpecified; 53 54 psS32 n; // number of subcomponents 54 55 struct p_psComponent* *subcomp; // next level of subcomponents
Note:
See TracChangeset
for help on using the changeset viewer.
