Skip to content
Snippets Groups Projects
Commit a8aedc1f authored by James Willis's avatar James Willis
Browse files

Make the steal constant match with the steal enum in engine.h.

parent 5963d132
No related branches found
No related tags found
1 merge request!399Fix scheduler steal policy
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
/* Flags . */ /* Flags . */
#define scheduler_flag_none 0 #define scheduler_flag_none 0
#define scheduler_flag_steal 1 #define scheduler_flag_steal (1 << 1)
/* Data of a scheduler. */ /* Data of a scheduler. */
struct scheduler { struct scheduler {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment