Changeset 1440 for trunk/psLib/src/sys/psTrace.h
- Timestamp:
- Aug 9, 2004, 1:34:58 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
r1426 r1440 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-08-09 2 2:44:25$12 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-08-09 23:34:58 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 53 53 int level; // trace level for this component 54 54 int n; // number of subcomponents 55 struct p_psComponent **subcomp; // next level of subcomponents55 struct p_psComponent* *subcomp; // next level of subcomponents 56 56 } 57 57 p_psComponent;
Note:
See TracChangeset
for help on using the changeset viewer.
