Skip to content

Commit

Permalink
Change test events IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonZivony committed May 31, 2024
1 parent e582e84 commit a33dd49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/ebpf/c/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ enum event_id_e
NO_EVENT_SUBMIT,

// Test events IDs
EXEC_TEST = 9000,
EXEC_TEST = 8000,
TEST_MISSING_KSYMBOLS,
TEST_FAILED_ATTACH,
};
Expand Down
2 changes: 1 addition & 1 deletion pkg/events/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const (

// Test events
const (
ExecTest ID = 9000 + iota
ExecTest ID = 8000 + iota
MissingKsymbol
FailedAttach
)
Expand Down

0 comments on commit a33dd49

Please sign in to comment.