IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2008, 12:29:10 PM (18 years ago)
Author:
eugene
Message:

adding host tracking and restart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/pantasks.h

    r17419 r19125  
    5858  int Nrun;
    5959} TimeRange;
     60
     61/* data to define a host machine */
     62typedef struct {
     63  char       *hostname;
     64  int         max_threads;
     65} Host;
    6066
    6167/* a task is a description of the wrapping of a job */
     
    233239int QuitController ();
    234240int StopController ();
     241int RestartController ();
    235242int VerboseMode ();
    236243int KillLocalJob (Job *job);
Note: See TracChangeset for help on using the changeset viewer.