IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2020, 2:04:27 PM (6 years ago)
Author:
tdeboer
Message:

quick undo

Location:
trunk/Ohana/src/opihi/pantasks
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/Makefile

    r41340 r41341  
    9292$(SRC)/task_command.$(ARCH).o \
    9393$(SRC)/task_options.$(ARCH).o \
    94 $(SRC)/version.$(ARCH).o \
    95 $(SRC)/ipptool2book.$(ARCH).o
     94$(SRC)/version.$(ARCH).o
    9695
    9796libs = \
  • trunk/Ohana/src/opihi/pantasks/init.c

    r41340 r41341  
    2525int verbose         PROTO((int, char **));
    2626int version         PROTO((int, char **));
    27 int ipptool2book    PROTO((int, char **));
    2827
    2928static Command cmds[] = { 
     
    3534  {1, "host",       task_host,     "define host machine for a task"},
    3635  {1, "nice",       task_nice,     "set nice level for a task"},
    37   {1, "ipptool2book", ipptool2book, "convert queue with ipptool output to book"},
    3836  {1, "kill",       kill_job,      "kill job"},
    3937  {1, "nmax",       task_nmax,     "define maximum number of jobs for a task"},
  • trunk/Ohana/src/opihi/pantasks/init_server.c

    r41340 r41341  
    2323int version         PROTO((int, char **));
    2424int server          PROTO((int, char **));
    25 int ipptool2book    PROTO((int, char **));
    2625
    2726int server_run      PROTO((int, char **));
     
    3635  {1, "host",       task_host,     "define host machine for a task"},
    3736  {1, "nice",       task_nice,     "set nice level for a task"},
    38   {1, "ipptool2book", ipptool2book, "convert queue with ipptool output to book"},
    3937  {1, "kill",       kill_job,      "kill job"},
    4038  {1, "nmax",       task_nmax,     "define maximum number of jobs for a task"},
Note: See TracChangeset for help on using the changeset viewer.