IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2011, 10:06:45 AM (15 years ago)
Author:
eugene
Message:

add nice levels to pantasks / pcontrol / pclient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110906/Ohana/src/opihi/pantasks/TaskOps.c

    r32584 r32585  
    596596  if (!strcasecmp (command, "END"))       hash = TASK_END;
    597597  if (!strcasecmp (command, "HOST"))      hash = TASK_HOST;
     598  if (!strcasecmp (command, "NICE"))      hash = TASK_NICE;
    598599  if (!strcasecmp (command, "NMAX"))      hash = TASK_NMAX;
    599600  if (!strcasecmp (command, "ACTIVE"))    hash = TASK_ACTIVE;
Note: See TracChangeset for help on using the changeset viewer.