Changeset 1641 for trunk/psLib/src/sys/psTrace.c
- Timestamp:
- Aug 27, 2004, 11:45:42 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.c
r1640 r1641 9 9 * @author George Gusciora, MHPCC 10 10 * 11 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-08-27 21:45: 01$11 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-08-27 21:45:42 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 28 28 trace level of that node. 29 29 30 I added a function psTraceFree() which frees all nodes in the trace component31 tree. Previously, there had been no function in the API which accomplished32 this purpose.33 30 *****************************************************************************/ 34 31 … … 126 123 componentFree(cRoot); 127 124 cRoot = NULL; 128 }129 130 /*****************************************************************************131 Free all nodes in the component tree.132 *****************************************************************************/133 void psTraceFree()134 {135 psTraceReset();136 125 } 137 126
Note:
See TracChangeset
for help on using the changeset viewer.
