IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2008, 11:05:49 AM (18 years ago)
Author:
eugene
Message:

better handling for client / server connect / disconnect / shutdown

File:
1 edited

Legend:

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

    r16453 r16903  
    2525int ipptool2book    PROTO((int, char **));
    2626
     27int server_run      PROTO((int, char **));
     28int server_stop     PROTO((int, char **));
     29int server_halt     PROTO((int, char **));
     30
    2731static Command cmds[] = { 
    2832  {1, "active",     task_active,   "set the active state of a task"},
     
    5054  {1, "verbose",    verbose,       "set/toggle verbose mode"},
    5155  {1, "version",    version,       "show version information"},
     56
     57  {1, "run",        server_run,    "run scheduler"},
     58  {1, "stop",       server_stop,   "stop scheduler"},
     59  {1, "halt",       server_halt,   "halt scheduler"},
    5260};
    5361
Note: See TracChangeset for help on using the changeset viewer.