- Timestamp:
- Mar 10, 2012, 2:56:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h
r33454 r33475 242 242 } SkyTableDataFlags; 243 243 244 typedef enum { 245 HOST_STDIN = 0, 246 HOST_STDOUT = 1, 247 HOST_STDERR = 2, 248 } HostInfoIOfd; 249 244 250 typedef struct { 245 251 char *hostname; // name of remote machine … … 249 255 int pid; // remote process ID 250 256 int status; // job exit status 257 IOBuffer stdout; 258 IOBuffer stderr; 251 259 } HostInfo; 252 260 … … 614 622 HostTable *HostTableLoad (char *catdir, char *rootname); 615 623 int HostTableWaitJobs (HostTable *table, char *file, int lineno); 624 int HostTableWaitJobsGetIO (HostTable *table, char *file, int lineno); 616 625 617 626 // functions to support tiny versions of Average and Measure
Note:
See TracChangeset
for help on using the changeset viewer.
