Changeset 7571
- Timestamp:
- Jun 14, 2006, 2:22:54 PM (20 years ago)
- Location:
- trunk/psLib/src/sys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.c
r7570 r7571 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.6 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-06-15 00:2 1:57$11 * @version $Revision: 1.64 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-06-15 00:22:54 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 632 632 { 633 633 if (fd < 0) { 634 return ;634 return false; 635 635 } 636 636 … … 639 639 } 640 640 traceFD = fd; 641 return true; 641 642 } 642 643 -
trunk/psLib/src/sys/psTrace.h
r5174 r7571 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.4 2$ $Name: not supported by cvs2svn $12 * @date $Date: 200 5-09-29 01:15:38$11 * @version $Revision: 1.43 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-06-15 00:22:54 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 135 135 136 136 /// Set the destination of future trace messages. 137 voidpsTraceSetDestination(137 bool psTraceSetDestination( 138 138 int fd ///< File descriptor 139 139 );
Note:
See TracChangeset
for help on using the changeset viewer.
