Skip to content

Commit

Permalink
refactor(internal/bpf): remove unused timestamp fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nullswan committed Sep 18, 2024
1 parent b976efd commit ac3c95d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/bpf/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ type Event interface {

type SyscallEvent struct {
SyscallNr int64
Ts uint64
CgroupID uint64
Pid uint64
}
Expand All @@ -18,7 +17,6 @@ func (s SyscallEvent) GetSyscallName() string {
}

type NetworkEvent struct {
Ts uint64
Pid uint64
CgroupID uint64
Size uint64
Expand Down

0 comments on commit ac3c95d

Please sign in to comment.