diff options
Diffstat (limited to 'include/apos/caps.h')
| -rw-r--r-- | include/apos/caps.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apos/caps.h b/include/apos/caps.h index e8ef76b..b64b05a 100644 --- a/include/apos/caps.h +++ b/include/apos/caps.h @@ -22,6 +22,9 @@ enum { /** Thread is allowed to force interrupt to callback in other thread. */ CAP_CALL = (1 << 2), + + /** Thread is allowed to assign threads to processors. */ + CAP_ASSIGN = (1 << 3), }; /** |
