Rémi Bernon (@rbernon) commented about server/thread.c:
thread->exit_code = 0; thread->priority = 0; thread->base_priority = 0;
- thread->disable_boost = 0;
Let's split the boost handling to a separate MR. Fwiw I don't think adding fields to structure deserve separate commits.