Changeset 10666
- Timestamp:
- Dec 12, 2006, 2:59:04 PM (20 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 5 edited
-
lib.shell/gprint.c (modified) (1 diff)
-
pcontrol/CheckPoint.c (modified) (1 diff)
-
pcontrol/StackOps.c (modified) (1 diff)
-
pcontrol/StopHosts.c (modified) (1 diff)
-
pcontrol/rconnect.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/gprint.c
r10664 r10666 187 187 gpStream *stream; 188 188 va_list argp; 189 int status; 189 190 190 191 stream = gprintGetStream (dest); -
trunk/Ohana/src/opihi/pcontrol/CheckPoint.c
r10652 r10666 34 34 usleep (10000); // wait for client thread to set lock 35 35 Nwait ++; 36 if (Nwait > 100) {37 fprintf (stderr, "deadlock?\n");38 }39 36 } 40 37 // put in a timeout? (client thread not spinning...) -
trunk/Ohana/src/opihi/pcontrol/StackOps.c
r10656 r10666 13 13 # define DEBUG 0 14 14 15 void PrintStackInfo (Stack *stack, c har *func) {15 void PrintStackInfo (Stack *stack, const char *func) { 16 16 17 17 if (!DEBUG) return; -
trunk/Ohana/src/opihi/pcontrol/StopHosts.c
r10658 r10666 132 132 case 0: 133 133 gprint (GP_ERR, "child did not exit??"); 134 abort (); 134 135 /** put back in IDLE state? **/ 135 136 break; -
trunk/Ohana/src/opihi/pcontrol/rconnect.c
r10652 r10666 125 125 } 126 126 if (result == 0) { 127 if (VerboseMode()) gprint (GP_ERR, "child did not exit ??");127 if (VerboseMode()) gprint (GP_ERR, "child did not exit (rconnect)??"); 128 128 } 129 129 if (result > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
