diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-05 09:58:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-05 09:58:17 +0200 |
| commit | bd3dc06cb9eb32b21c249793d485bdbcd9589a96 (patch) | |
| tree | a617d7fa9f53d4489d2f08f7c0decd79b8cc8b54 /internal/c/flags.h | |
| parent | 08e30830266c0996b85d3f28c25d09029011af94 (diff) | |
work on TID_FILTER, doesn't work yet fully, need to debug
Diffstat (limited to 'internal/c/flags.h')
| -rw-r--r-- | internal/c/flags.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/c/flags.h b/internal/c/flags.h index 0bb9492..2a1abb3 100644 --- a/internal/c/flags.h +++ b/internal/c/flags.h @@ -1,3 +1,4 @@ //+build ignore const volatile u32 PID_FILTER = -1; +const volatile u32 TID_FILTER = -1; |
