Changeset 4330 for trunk/psLib/src/sys
- Timestamp:
- Jun 20, 2005, 5:01:37 PM (21 years ago)
- Location:
- trunk/psLib/src/sys
- Files:
-
- 4 edited
-
psLogMsg.h (modified) (2 diffs)
-
psMemory.h (modified) (2 diffs)
-
psTrace.c (modified) (2 diffs)
-
psTrace.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.h
r4321 r4330 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-06-2 0 22:42:30$13 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-21 03:01:37 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 42 42 * be displayed. The old log level will be returned. 43 43 * 44 * @return psS32old logging level44 * @return int old logging level 45 45 */ 46 46 int psLogSetLevel( -
trunk/psLib/src/sys/psMemory.h
r4321 r4330 12 12 * @ingroup MemoryManagement 13 13 * 14 * @version $Revision: 1.4 0$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-06-2 0 22:42:30$14 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-21 03:01:37 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 190 190 * Memory marked as persistent is excluded from memory leak checks. 191 191 * 192 * @return psBool true if memory is marked persistent, otherwise false.192 * @return bool true if memory is marked persistent, otherwise false. 193 193 */ 194 194 bool p_psMemGetPersistent( -
trunk/psLib/src/sys/psTrace.c
r4308 r4330 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.5 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-06- 17 23:44:21$11 * @version $Revision: 1.51 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-06-21 03:01:37 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 377 377 The level of "name" in the root component tree. 378 378 *****************************************************************************/ 379 psS32psTraceGetLevel(const char *name)379 int psTraceGetLevel(const char *name) 380 380 { 381 381 char *compName = NULL; -
trunk/psLib/src/sys/psTrace.h
r3781 r4330 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 4-28 23:46:29$11 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-06-21 03:01:37 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 83 83 84 84 /// Get the trace level 85 psS32 psTraceGetLevel(const char *facil) ///< facilty of interest 86 ; 85 int psTraceGetLevel( 86 const char *facil ///< facilty of interest 87 ); 87 88 88 89 /// Set all trace levels to zero (do not free nodes in the component tree).
Note:
See TracChangeset
for help on using the changeset viewer.
