IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2012, 2:56:07 PM (14 years ago)
Author:
eugene
Message:

remove 2nd library link to various ohana libs; create HostTableWaitJobsGetIO function & use in high-speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h

    r33454 r33475  
    242242} SkyTableDataFlags;
    243243
     244typedef enum {
     245  HOST_STDIN = 0,
     246  HOST_STDOUT = 1,
     247  HOST_STDERR = 2,
     248} HostInfoIOfd;
     249
    244250typedef struct {
    245251  char *hostname;             // name of remote machine
     
    249255  int pid;                    // remote process ID
    250256  int status;                 // job exit status
     257  IOBuffer stdout;
     258  IOBuffer stderr;
    251259} HostInfo;
    252260
     
    614622HostTable    *HostTableLoad (char *catdir, char *rootname);
    615623int HostTableWaitJobs (HostTable *table, char *file, int lineno);
     624int HostTableWaitJobsGetIO (HostTable *table, char *file, int lineno);
    616625
    617626// functions to support tiny versions of Average and Measure
Note: See TracChangeset for help on using the changeset viewer.