Changeset 41483 for trunk/Ohana/src/opihi/pantasks/CheckTasks.c
- Timestamp:
- Feb 3, 2021, 2:12:35 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/CheckTasks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/CheckTasks.c
r38986 r41483 52 52 // XXX this should be optional 53 53 fuzz = task[0].exec_period*(0.5*drand48() - 0.25); 54 task[0].last.tv_usec = 1e6*(fuzz - (int)fuzz);54 task[0].last.tv_usec += 1e6*(fuzz - (int)fuzz); 55 55 task[0].last.tv_sec += (int) fuzz; 56 56
Note:
See TracChangeset
for help on using the changeset viewer.
