IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

adding thread options to host and job

File:
1 edited

Legend:

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

    r18096 r19124  
    2525  PCONTROL_JOB_NEEDHOST,
    2626} JobMode;
     27
     28/** job thread options values **/
     29typedef enum {
     30  PCONTROL_JOB_THREADS_NONE,
     31  PCONTROL_JOB_THREADS_MAX,
     32} JobThreadMode;
    2733
    2834/** host status values **/
     
    106112  int         stdout_fd;
    107113  int         stderr_fd;
     114  int         max_threads;
    108115  int         markoff;
    109116  int         pid;
     
    228235Host  *PullHostFromStackByID (int StackID, IDtype ID);
    229236Host  *PullHostFromStackByName (int StackID, char *name);
    230 IDtype AddHost (char *hostname);
     237IDtype AddHost (char *hostname, int max_threads);
    231238void   DelHost (Host *host);
    232239
Note: See TracChangeset for help on using the changeset viewer.