Changeset 1233 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Jul 15, 2004, 1:52:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/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.
