Changeset 4762 for trunk/Ohana/src/opihi/pclient/ChildOps.c
- Timestamp:
- Aug 13, 2005, 10:30:13 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pclient/ChildOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pclient/ChildOps.c
r4689 r4762 29 29 struct timeval now; 30 30 31 /* this is really lame : check if we are calling too quickly */ 31 /* this is really lame : check if we are calling too quickly 32 this is unneeded: pclient.c rl_keyboard_input_timeout limits 33 the rate 32 34 gettimeofday (&now, NULL); 33 35 dtime = DTIME (now, last); … … 36 38 if (dtime > 0.01) Nbad = 0; 37 39 if (Nbad > 10) exit (2); 40 */ 38 41 39 42 /* this is a bit lame : we must exit if calling process exits */
Note:
See TracChangeset
for help on using the changeset viewer.
