IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2008, 4:23:09 PM (18 years ago)
Author:
Paul Price
Message:

Adding result array to psThreadJob

File:
1 edited

Legend:

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

    r19057 r19297  
    44 *
    55 *  @author EAM, IFA
    6  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2008-08-14 03:22:13 $
     6 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2008-08-30 02:23:09 $
    88 *
    99 *  Copyright 2004-2005 Insitute for Astronomy, University of Hawaii
     
    2626    psString type;                      // Type of thread
    2727    psArray *args;                      // Arguments to job
     28    psArray *results;                   // Results of job
    2829} psThreadJob;
    2930
     
    4445
    4546/// Function to execute a thread job
    46 typedef bool (*psThreadTaskFunction)(const psThreadJob *job);
     47typedef bool (*psThreadTaskFunction)(psThreadJob *job);
    4748
    4849/// Task that is executed on a thread
Note: See TracChangeset for help on using the changeset viewer.