diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-11-02 12:24:34 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-11-03 09:35:36 -0400 |
commit | d5efc18b609ad8cfe63325c8b4f82264e56eadf3 (patch) | |
tree | 75741432775af12171e0f7ca6229a7ce8031f147 /src/shared/seccomp-util.h | |
parent | 40eb6a801427e28a237d32869639fffc8436c930 (diff) |
seccomp-util, analyze: export comments as a help string
Just to make the whole thing easier for users.
Diffstat (limited to 'src/shared/seccomp-util.h')
-rw-r--r-- | src/shared/seccomp-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/seccomp-util.h b/src/shared/seccomp-util.h index ce7417b0ba..f0b9f455ab 100644 --- a/src/shared/seccomp-util.h +++ b/src/shared/seccomp-util.h @@ -34,6 +34,7 @@ bool is_seccomp_available(void); typedef struct SyscallFilterSet { const char *name; + const char *help; const char *value; } SyscallFilterSet; |