Changeset 10652 for trunk/Ohana/src/opihi/pcontrol/PclientCommand.c
- Timestamp:
- Dec 12, 2006, 1:17:11 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/PclientCommand.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/PclientCommand.c
r8546 r10652 8 8 char *line; 9 9 struct timespec request, remain; 10 11 ASSERT (host != NULL, "host missing"); 12 ASSERT (buffer != NULL, "buffer missing"); 13 ASSERT (command != NULL, "command missing"); 14 ASSERT (response != NULL, "response missing"); 10 15 11 16 /* avoid blocking on read, test every 100 usec, up to 50 msec */
Note:
See TracChangeset
for help on using the changeset viewer.
