IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2006, 8:55:19 AM (20 years ago)
Author:
eugene
Message:

added active state to tasks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/TaskOps.c

    r9037 r10694  
    310310  NewTask[0].Nfailure = 0;
    311311  NewTask[0].Ntimeout = 0;
     312
     313  NewTask[0].active = TRUE;
    312314  return (NewTask);
    313315}
     
    419421  if (!strcasecmp (command, "HOST"))      hash = TASK_HOST;
    420422  if (!strcasecmp (command, "NMAX"))      hash = TASK_NMAX;
     423  if (!strcasecmp (command, "ACTIVE"))    hash = TASK_ACTIVE;
    421424  if (!strcasecmp (command, "TRANGE"))    hash = TASK_TRANGE;
    422425  if (!strcasecmp (command, "STDOUT"))    hash = TASK_STDOUT;
Note: See TracChangeset for help on using the changeset viewer.