IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2012, 2:14:22 PM (14 years ago)
Author:
eugene
Message:

rework dvo_client calls to pass the command via a file, not the cmd line (parens too complex)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/opihi/include/dvoshell.h

    r33543 r33563  
    3030int   HOST_ID;
    3131char *HOSTDIR;
     32char *RESULT_FILE;
    3233
    3334/*** dvo prototypes ***/
     
    9899dbValue      dbExtractImages        PROTO((Image *image, off_t Nimage, off_t N, dbField *field));
    99100
    100 int          HostTableLaunchJobs    PROTO((HostTable *table, char *basecmd));
     101int          HostTableLaunchJobs    PROTO((HostTable *table, char *basecmd, char *options));
    101102int          HostTableParallelOps   PROTO((int argc, char **argv, char *ResultFile, int Nelements));
    102103# endif
Note: See TracChangeset for help on using the changeset viewer.