Changeset 34088 for trunk/Ohana/src/opihi/pcontrol
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- Location:
- trunk/Ohana/src/opihi/pcontrol
- Files:
-
- 3 edited
-
CheckHost.c (modified) (1 diff)
-
CheckSystem.c (modified) (1 diff)
-
Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/CheckHost.c
r25872 r34088 40 40 int CheckHostResponse (Host *host) { 41 41 42 IOBuffer *buffer;43 44 42 /* we only check IDLE hosts without jobs */ 45 43 ASSERT (host, "missing host"); 46 buffer = &host[0].comms_buffer;47 44 48 45 // XXX check on the value of the response? (OK) -
trunk/Ohana/src/opihi/pcontrol/CheckSystem.c
r28158 r34088 62 62 void *CheckSystem_Threaded (void *data) { 63 63 64 int Njobchecks, Nhostchecks, Nlivechecks, Ndonejobs; 65 66 Nlivechecks = 0; 64 int Njobchecks, Nhostchecks, Ndonejobs; 67 65 68 66 gprintInit (); -
trunk/Ohana/src/opihi/pcontrol/Makefile
r33662 r34088 13 13 LIBS1 = -lkapa -lFITS -lohana 14 14 LIBS2 = -lbasiccmd -lshell -ldata 15 FULL_CFLAGS = $(BASE_CFLAGS) -Wall -Werror15 FULL_CFLAGS = $(BASE_CFLAGS) 16 16 FULL_CPPFLAGS = $(BASE_CPPFLAGS) 17 17 FULL_LDFLAGS = $(LIBS1) $(LIBS2) $(BASE_LDFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.
