Changeset 11668 for trunk/psLib/src/sys/psTrace.c
- Timestamp:
- Feb 6, 2007, 11:36:09 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.c
r11617 r11668 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.8 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-02-0 3 05:54:08$11 * @version $Revision: 1.84 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-02-06 21:36:09 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 67 67 68 68 static p_psComponent* cRoot = NULL; // The root of the trace component 69 static psBool traceTime = false; // Flag to include time info70 static psBool traceHost = false; // Flag to include host info71 static psBool traceLevel = false; // Flag to include level info72 static psBool traceName = false; // Flag to include name info73 static psBool traceMsg = true; // Flag to include message info69 static bool traceTime = false; // Flag to include time info 70 static bool traceHost = false; // Flag to include host info 71 static bool traceLevel = false; // Flag to include level info 72 static bool traceName = false; // Flag to include name info 73 static bool traceMsg = true; // Flag to include message info 74 74 static int traceFD = STDOUT_FILENO; // default value 75 75 … … 182 182 componentAdd(): Adds the component named "addNodeName" to the root tree. 183 183 *****************************************************************************/ 184 static psBool componentAdd(const char *addNodeName, psS32 level)184 static bool componentAdd(const char *addNodeName, psS32 level) 185 185 { 186 186 assert(addNodeName);
Note:
See TracChangeset
for help on using the changeset viewer.
