Changeset 2221 for trunk/psLib/src/sysUtils
- Timestamp:
- Oct 27, 2004, 1:31:44 PM (22 years ago)
- Location:
- trunk/psLib/src/sysUtils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psTrace.c
r2204 r2221 9 9 * @author George Gusciora, MHPCC 10 10 * 11 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-10-27 00:57:31$11 * @version $Revision: 1.37 $ $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 … … 71 71 comp->level = level; 72 72 comp->n = 0; 73 comp->p_psSpecified = false; 73 74 comp->subcomp = NULL; 74 75 return comp; … … 267 268 level, 268 269 compName); 270 269 271 if (comp[0] != '.') { 270 272 psFree(compName); -
trunk/psLib/src/sysUtils/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.
