IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2004, 5:12:19 PM (22 years ago)
Author:
desonia
Message:

Fixed some namespace issues.

File:
1 edited

Legend:

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

    r1013 r1081  
    99 *  @author George Gusciora, MHPCC
    1010 *
    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 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323    Component structure doesn't in fact contain it's full name, but only the
    2424    last part. */
    25 typedef struct Component
     25typedef struct p_psComponent
    2626{
    2727    const char *name;                     // last part of name of component
    2828    int level;                            // trace level for this component
    2929    int n;                                // number of subcomponents
    30     struct Component **subcomp;           // next level of subcomponents
     30    struct p_psComponent **subcomp;           // next level of subcomponents
    3131}
    32 Component;
     32p_psComponent;
    3333
    3434/** \addtogroup LogTrace
Note: See TracChangeset for help on using the changeset viewer.