IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41281 for trunk


Ignore:
Timestamp:
Feb 24, 2020, 3:49:56 PM (6 years ago)
Author:
eugene
Message:

move ipptool2book from pantasks to general opihi code (rename as queue2book, keep alias ipptool2book)

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

Legend:

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

    r32632 r41281  
    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

    r36623 r41281  
    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

    r36623 r41281  
    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.