Changeset 1233 for trunk/psLib/src/sysUtils
- Timestamp:
- Jul 15, 2004, 1:52:34 PM (22 years ago)
- Location:
- trunk/psLib/src/sysUtils
- Files:
-
- 2 edited
-
psMemory.c (modified) (2 diffs)
-
psMemory.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psMemory.c
r1204 r1233 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-07- 09 02:45:42$10 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-07-15 23:52:34 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 214 214 } 215 215 216 int psMemCheckCorruption( intabort_on_error)216 int psMemCheckCorruption(bool abort_on_error) 217 217 { 218 218 int nbad = 0; // number of bad blocks -
trunk/psLib/src/sysUtils/psMemory.h
r1204 r1233 14 14 * @ingroup MemoryManagement 15 15 * 16 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-07- 09 02:45:42$16 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-07-15 23:52:34 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 21 21 22 22 #include <stdio.h> // needed for FILE 23 #include <stdbool.h> 23 24 #include <pthread.h> // we need a mutex to make this stuff thread safe. 24 25 … … 208 209 */ 209 210 int psMemCheckCorruption( 210 intabort_on_error ///< Abort on detecting corruption?211 bool abort_on_error ///< Abort on detecting corruption? 211 212 ); 212 213
Note:
See TracChangeset
for help on using the changeset viewer.
