Changeset 1081 for trunk/psLib/src/sys/psTrace.h
- Timestamp:
- Jun 23, 2004, 5:12:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.h
r1013 r1081 9 9 * @author George Gusciora, MHPCC 10 10 * 11 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-06- 12 05:50:01$11 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-06-24 03:12:19 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 23 23 Component structure doesn't in fact contain it's full name, but only the 24 24 last part. */ 25 typedef struct Component25 typedef struct p_psComponent 26 26 { 27 27 const char *name; // last part of name of component 28 28 int level; // trace level for this component 29 29 int n; // number of subcomponents 30 struct Component **subcomp; // next level of subcomponents30 struct p_psComponent **subcomp; // next level of subcomponents 31 31 } 32 Component;32 p_psComponent; 33 33 34 34 /** \addtogroup LogTrace
Note:
See TracChangeset
for help on using the changeset viewer.
