Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert change to report interval logic
In 75acb36 the `else` block was changed to an `else if` at line 418. This caused the pthread_cond_wait to fall outside of the else condition, which let the decision thread block indefinitely when a report interval was enabled. The fix is to restore the else so that the untimed blocking pthread call is only made when reporting is not enabled.
- Loading branch information