IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2005, 8:18:09 AM (21 years ago)
Author:
eugene
Message:

updating user commands

File:
1 edited

Legend:

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

    r4539 r4552  
    1 # include "pcontrol.h"
     1# include "scheduler.h"
    22
    3 int kill_pc (int argc, char **argv) {
     3int kill_job (int argc, char **argv) {
    44
    55  Job *job;
     
    1212  JobID = atoi (argv[1]);
    1313
    14   job = PullJob (JobID, PCONTROL_JOB_BUSY);
    15   if (job == NULL) {
    16     fprintf (stderr, "job %s not BUSY\n", argv[1]);
    17     return (FALSE);
    18   }
    19   KillJob (job);
     14  /* not yet implemented */
     15
     16  fprintf (stderr, "this function is not yet implemented\n");
    2017  return (TRUE);
    2118}
    22 
    23 /* find job from jobID, kill locally or on controller */
Note: See TracChangeset for help on using the changeset viewer.