IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2006, 3:05:21 PM (20 years ago)
Author:
eugene
Message:

adding working threads to server/client mode

File:
1 edited

Legend:

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

    r7930 r7952  
    44int quit            PROTO((int, char **));
    55int input           PROTO((int, char **));
     6int server_load     PROTO((int, char **));
     7int server_run      PROTO((int, char **));
     8int server_stop     PROTO((int, char **));
    69int cd              PROTO((int, char **));
    710int pwd             PROTO((int, char **));
     
    1417  {"quit",   quit,   "shutdown server"},
    1518  {"input",  input,  "load input file on server"},
     19  {"load",   server_load, "load input file on server"},
     20  {"run",    server_run,  "run scheduler"},
     21  {"stop",   server_stop, "stop scheduler"},
    1622  {"cd",     cd,     "set local directory"},
    1723  {"pwd",    pwd,    "check local directory"},
Note: See TracChangeset for help on using the changeset viewer.