Move syscall_tampered to defs.h
* syscall.c (syscall_tampered): Move ... * defs.h: ... here.
This commit is contained in:
parent
2e351de149
commit
fef5bc0ef2
1
defs.h
1
defs.h
@ -266,6 +266,7 @@ struct tcb {
|
||||
#define inject(tcp) ((tcp)->qual_flg & QUAL_INJECT)
|
||||
#define filtered(tcp) ((tcp)->flags & TCB_FILTERED)
|
||||
#define hide_log(tcp) ((tcp)->flags & TCB_HIDE_LOG)
|
||||
#define syscall_tampered(tcp) ((tcp)->flags & TCB_TAMPERED)
|
||||
|
||||
#include "xlat.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user