Changeset 4772 for trunk/Ohana/src/opihi
- Timestamp:
- Aug 15, 2005, 3:32:18 PM (21 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 3 edited
-
pantasks/CheckSystem.c (modified) (1 diff)
-
pclient/ChildOps.c (modified) (1 diff)
-
pcontrol/CheckHost.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/CheckSystem.c
r4767 r4772 6 6 7 7 int CheckSystem () { 8 9 float dtime;10 struct timeval now;11 8 12 9 gettimeofday (&start, (void *) NULL); -
trunk/Ohana/src/opihi/pclient/ChildOps.c
r4763 r4772 29 29 30 30 int Nread; 31 pid_t ppid;32 31 double dtime; 33 32 struct timeval now; -
trunk/Ohana/src/opihi/pcontrol/CheckHost.c
r4763 r4772 3 3 int CheckHost (Host *host) { 4 4 5 int N,status;5 int status; 6 6 IOBuffer buffer; 7 7 Job *job;
Note:
See TracChangeset
for help on using the changeset viewer.
