summaryrefslogtreecommitdiff
path: root/seccomp_fprog.h
blob: f4837272623a1d970b074243dff2d7fc998a1235 (plain)
1
2
3
4
5
6
7
8
9
#ifndef STRACE_SECCOMP_FPROG_H
#define STRACE_SECCOMP_FPROG_H

struct seccomp_fprog {
	unsigned short len;
	unsigned long filter;
};

#endif /* !STRACE_SECCOMP_FPROG_H */