IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1641


Ignore:
Timestamp:
Aug 27, 2004, 11:45:42 AM (22 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psLib/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psTrace.c

    r1640 r1641  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.18 $ $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 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2828 trace level of that node.
    2929 
    30  I added a function psTraceFree() which frees all nodes in the trace component
    31  tree.  Previously, there had been no function in the API which accomplished
    32  this purpose.
    3330 *****************************************************************************/
    3431
     
    126123    componentFree(cRoot);
    127124    cRoot = NULL;
    128 }
    129 
    130 /*****************************************************************************
    131 Free all nodes in the component tree.
    132  *****************************************************************************/
    133 void psTraceFree()
    134 {
    135     psTraceReset();
    136125}
    137126
  • trunk/psLib/src/sysUtils/psTrace.c

    r1640 r1641  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.18 $ $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 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2828 trace level of that node.
    2929 
    30  I added a function psTraceFree() which frees all nodes in the trace component
    31  tree.  Previously, there had been no function in the API which accomplished
    32  this purpose.
    3330 *****************************************************************************/
    3431
     
    126123    componentFree(cRoot);
    127124    cRoot = NULL;
    128 }
    129 
    130 /*****************************************************************************
    131 Free all nodes in the component tree.
    132  *****************************************************************************/
    133 void psTraceFree()
    134 {
    135     psTraceReset();
    136125}
    137126
  • trunk/psLib/src/sysUtils/psTrace.h

    r1441 r1641  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-08-09 23:40:55 $
     12 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-08-27 21:45:01 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Note: See TracChangeset for help on using the changeset viewer.