Changeset 16463
- Timestamp:
- Feb 13, 2008, 3:33:40 PM (18 years ago)
- Location:
- trunk/Ohana/src/opihi/pantasks
- Files:
-
- 2 edited
-
controller.c (modified) (1 diff)
-
server.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/controller.c
r12467 r16463 12 12 13 13 static Command controller_cmds[] = { 14 { "exit", controller_exit, "shutdown controller"},15 { "host", controller_host, "define host for controller"},16 { "check", controller_check, "check controller host/job"},17 { "run", controller_run, "start controller operation / set run levels"},18 { "stop", controller_run, "stop controller (no disconnect)"},19 { "status", controller_status, "check controller status"},20 { "jobstack", controller_jobstack, "check controller status"},21 { "output", controller_output, "print controller output"},22 { "pulse", controller_pulse, "set controller pulse"},14 {1, "exit", controller_exit, "shutdown controller"}, 15 {1, "host", controller_host, "define host for controller"}, 16 {1, "check", controller_check, "check controller host/job"}, 17 {1, "run", controller_run, "start controller operation / set run levels"}, 18 {1, "stop", controller_run, "stop controller (no disconnect)"}, 19 {1, "status", controller_status, "check controller status"}, 20 {1, "jobstack", controller_jobstack, "check controller status"}, 21 {1, "output", controller_output, "print controller output"}, 22 {1, "pulse", controller_pulse, "set controller pulse"}, 23 23 }; 24 24 -
trunk/Ohana/src/opihi/pantasks/server.c
r13543 r16463 16 16 17 17 static Command server_cmds[] = { 18 { "exit", quit, "shutdown server"},19 { "quit", quit, "shutdown server"},20 { "input", input, "load input file on server"},21 { "module", module, "load module file on server"},22 { "load", server_load, "load input file on server"},23 { "run", server_run, "run scheduler"},24 { "stop", server_stop, "stop scheduler"},25 { "halt", server_halt, "halt scheduler"},26 { "cd", cd, "set local directory"},27 { "pwd", pwd, "check local directory"},28 { "output", output, "set server output destinations"},18 {1, "exit", quit, "shutdown server"}, 19 {1, "quit", quit, "shutdown server"}, 20 {1, "input", input, "load input file on server"}, 21 {1, "module", module, "load module file on server"}, 22 {1, "load", server_load, "load input file on server"}, 23 {1, "run", server_run, "run scheduler"}, 24 {1, "stop", server_stop, "stop scheduler"}, 25 {1, "halt", server_halt, "halt scheduler"}, 26 {1, "cd", cd, "set local directory"}, 27 {1, "pwd", pwd, "check local directory"}, 28 {1, "output", output, "set server output destinations"}, 29 29 }; 30 30
Note:
See TracChangeset
for help on using the changeset viewer.
