Skip to content

Commit

Permalink
tracee/consts: CUSTOM_OPTION_START rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldtinoco authored and Rafael David Tinoco committed Sep 13, 2021
1 parent 6052623 commit 11f1614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracee-ebpf/tracee/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const maxStackDepth int = 20
// Custom KernelConfigOption's to extend kernel_config helper support
// Add here all kconfig variables used within tracee.bpf.c
const (
CONFIG_ARCH_HAS_SYSCALL_WRAPPER helpers.KernelConfigOption = iota + helpers.CUSTOM_OPTION_MARK
CONFIG_ARCH_HAS_SYSCALL_WRAPPER helpers.KernelConfigOption = iota + helpers.CUSTOM_OPTION_START
)

const (
Expand Down

0 comments on commit 11f1614

Please sign in to comment.