Changeset 1441 for trunk/psLib/src/sys/psTrace.c
- Timestamp:
- Aug 9, 2004, 1:40:55 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.c
r1440 r1441 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-08-09 23: 34:58$12 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-08-09 23:40:55 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 36 36 #ifndef PS_NO_TRACE 37 37 38 # include <stdlib.h>39 # include <stdio.h>40 # include <string.h>41 # include <stdarg.h>42 # include "psMemory.h"43 # include "psTrace.h"44 # include "psString.h"45 # include "psError.h"38 #include <stdlib.h> 39 #include <stdio.h> 40 #include <string.h> 41 #include <stdarg.h> 42 #include "psMemory.h" 43 #include "psTrace.h" 44 #include "psString.h" 45 #include "psError.h" 46 46 47 47 static p_psComponent* p_psCroot = NULL; // The root of the trace component
Note:
See TracChangeset
for help on using the changeset viewer.
