IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29422


Ignore:
Timestamp:
Oct 14, 2010, 3:15:35 PM (16 years ago)
Author:
eugene
Message:

add -xhost option to limit load on hosts other than the target host

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/Ohana/src/opihi/include/pcontrol.h

    r28242 r29422  
    115115  char        *hostname;
    116116  char        *realhost;
     117  char       **xhosts;
     118  int          Nxhosts;
    117119  int          exit_status;
    118120  int          Reset;
     
    289291Job   *PullJobByID (IDtype JobID, int *StackID);
    290292Job   *PullJobFromStackByID (int StackID, int ID);
    291 IDtype AddJob (char *hostname, JobMode mode, int timeout, int argc, char **argv);
     293IDtype AddJob (char *hostname, JobMode mode, int timeout, int argc, char **argv, int Nxhosts, char **xhosts);
    292294void   DelJob (Job *job);
    293295Host  *UnlinkJobAndHost (Job *job);
Note: See TracChangeset for help on using the changeset viewer.