Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: idl: Set cond_changed to true if condition change requested.
cond_changed set to true if _req_cond (requested condition change) is not none. This can avoid falling into an endless poll loop, because cond_changed is true will trigger immediate_wake(). Fixes: 46d44cf ("python: idl: Add monitor_cond_since support.") Signed-off-by: Wentao Jia <[email protected]> Acked-by: Dumitru Ceara <[email protected]> Signed-off-by: Ilya Maximets <[email protected]>
- Loading branch information