diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-23 19:47:38 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-23 19:47:38 +0200 |
| commit | 306ebf54a2f270f1cbdf1307ad4c860caad579a9 (patch) | |
| tree | 6b98cab2a957b0f8836391ea129969efe5b3e4a8 /internal/c/flags.h | |
| parent | e56a65aef99f7ff1c00ccc8b118d2e98c1f1409a (diff) | |
as of now, only pid filter supported.
Diffstat (limited to 'internal/c/flags.h')
| -rw-r--r-- | internal/c/flags.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/c/flags.h b/internal/c/flags.h index c123fa4..0bb9492 100644 --- a/internal/c/flags.h +++ b/internal/c/flags.h @@ -1,4 +1,3 @@ //+build ignore -const volatile u32 UID_FILTER = -1; const volatile u32 PID_FILTER = -1; |
