Index: trunk/psLib/src/sysUtils/psTrace.h
===================================================================
--- trunk/psLib/src/sysUtils/psTrace.h	(revision 1013)
+++ trunk/psLib/src/sysUtils/psTrace.h	(revision 1081)
@@ -9,6 +9,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-12 05:50:01 $
+ *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-24 03:12:19 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -23,12 +23,12 @@
     Component structure doesn't in fact contain it's full name, but only the
     last part. */
-typedef struct Component
+typedef struct p_psComponent
 {
     const char *name;                     // last part of name of component
     int level;                            // trace level for this component
     int n;                                // number of subcomponents
-    struct Component **subcomp;           // next level of subcomponents
+    struct p_psComponent **subcomp;           // next level of subcomponents
 }
-Component;
+p_psComponent;
 
 /** \addtogroup LogTrace
