IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2007, 11:39:00 AM (20 years ago)
Author:
jhoblitt
Message:

change psMemCheckCorruption() to accept an output param

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jch-memory/psLib/src/sys/psMemory.h

    r10899 r10900  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.61.2.3 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2007-01-04 21:09:32 $
     14 *  @version $Revision: 1.61.2.4 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2007-01-04 21:39:00 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    320320 */
    321321int psMemCheckCorruption(
    322     bool abort_on_error                ///< Abort on detecting corruption?
     322    FILE *output,                       ///< FILE to write corrupted blocks too
     323    bool abort_on_error                 ///< Abort on detecting corruption?
    323324);
    324325
Note: See TracChangeset for help on using the changeset viewer.