Changeset 4689 for trunk/Ohana/src/opihi/pcontrol/check.c
- Timestamp:
- Jul 31, 2005, 1:04:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/check.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/check.c
r4573 r4689 1 1 # include "pcontrol.h" 2 2 3 char jobstate[6][32] = {"PENDING", "BUSY", "EXIT", "CRASH", "HUNG", "DONE"}; 3 4 char hoststate[5][32] = {"IDLE", "BUSY", "DOWN", "DONE", "OFF"}; … … 7 8 Job *job; 8 9 Host *host; 9 int JobID, HostID , N;10 int JobID, HostID; 10 11 11 12 if (argc != 3) {
Note:
See TracChangeset
for help on using the changeset viewer.
