Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manager: fix bug where "estimated completion" and "completion before deadline" task fields switch back and forth to --- during CPU throttling. #5221

Merged
merged 1 commit into from
May 2, 2023

Conversation

davidpanderson
Copy link
Contributor

The original PR had
if (result->active_task_state == 1) {

This is checking the wrong field, and it has a "magic number" (1).
BOINC code should never have magic numbers!
Use symbolic constants.

…deadline"

task fields switch back and forth to --- during CPU throttling.
@AenBleidd AenBleidd merged commit 16d2c7e into master May 2, 2023
@AenBleidd AenBleidd deleted the dpa_view_work branch August 15, 2023 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants