summaryrefslogtreecommitdiff
path: root/seccomp_fprog.h
blob: f72107250831c484fdc01c6825324b0eeed8ff7e (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 /* #ifndef STRACE_SECCOMP_FPROG_H */