IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13543


Ignore:
Timestamp:
May 30, 2007, 12:15:12 PM (19 years ago)
Author:
eugene
Message:

added module command to server

File:
1 edited

Legend:

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

    r11084 r13543  
    44int quit            PROTO((int, char **));
    55int input           PROTO((int, char **));
     6int module          PROTO((int, char **));
    67int server_load     PROTO((int, char **));
    78int server_run      PROTO((int, char **));
     
    1819  {"quit",   quit,   "shutdown server"},
    1920  {"input",  input,  "load input file on server"},
     21  {"module", module, "load module file on server"},
    2022  {"load",   server_load, "load input file on server"},
    2123  {"run",    server_run,  "run scheduler"},
Note: See TracChangeset for help on using the changeset viewer.