IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/check.c

    r4573 r4689  
    11# include "pcontrol.h"
     2
    23char jobstate[6][32] = {"PENDING", "BUSY", "EXIT", "CRASH", "HUNG", "DONE"};
    34char hoststate[5][32] = {"IDLE", "BUSY", "DOWN", "DONE", "OFF"};
     
    78  Job *job;
    89  Host *host;
    9   int JobID, HostID, N;
     10  int JobID, HostID;
    1011
    1112  if (argc != 3) {
Note: See TracChangeset for help on using the changeset viewer.