IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 2, 2005, 11:32:06 AM (21 years ago)
Author:
drobbin
Message:

made requested changes including using file descriptors in psTrace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psTrace.h

    r4610 r4944  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-07-26 00:44:44 $
     11 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-09-02 21:32:06 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    106106/// Set the destination of future trace messages.
    107107void psTraceSetDestination(
    108     FILE * fp                          ///< Pointer to file
     108    int fd                             ///< File descriptor
    109109);
    110110
     
    113113 *  @return FILE*:      File Destination
    114114 */
    115 FILE *psTraceGetDestination(void);
     115int psTraceGetDestination(void);
    116116
    117117/* \} */// End of SystemGroup Functions
Note: See TracChangeset for help on using the changeset viewer.