Changeset 42916
- Timestamp:
- Aug 24, 2025, 11:56:19 AM (11 months ago)
- Location:
- tags/ipp-unions-20250528/Ohana/src/opihi
- Files:
-
- 2 edited
-
pantasks/CheckController.c (modified) (1 diff)
-
pcontrol/GetJobOutput.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-unions-20250528/Ohana/src/opihi/pantasks/CheckController.c
r42886 r42916 110 110 /** find "Njobs: **/ 111 111 p = memstr (buffer.buffer, "BEGIN BLOCK Njobs:", MIN(buffer.Nbuffer, 256)); 112 // XXX if 'p' is NULL, do something sensible here... 112 113 p += strlen("BEGIN BLOCK Njobs:"); 113 114 -
tags/ipp-unions-20250528/Ohana/src/opihi/pcontrol/GetJobOutput.c
r42897 r42916 2 2 # define PCLIENT_TIMEOUT 100 3 3 # define DEBUG 0 4 5 // This function can block for up to 100 * 100,000 nsec = 10 milliseconds (0.01 sec) in each of the two read blocks 4 6 5 7 // we are trying to read a total of Nbytes from the host. This function may be called
Note:
See TracChangeset
for help on using the changeset viewer.
