Skip to content

Commit

Permalink
usm: Include PathId in debug traced program list (#32329)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkyrka authored Dec 18, 2024
1 parent f5e9ae4 commit 188825c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/network/usm/utils/debugger.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ type Attacher interface {
type TracedProgram struct {
ProgramType string
FilePath string
PathID PathIdentifier
PIDs []uint32
}

Expand Down Expand Up @@ -131,6 +132,7 @@ func (d *tlsDebugger) GetTracedPrograms(moduleName string) []TracedProgram {

program.ProgramType = programType
program.FilePath = registration.sampleFilePath
program.PathID = pathID
}
registry.m.Unlock()

Expand Down

0 comments on commit 188825c

Please sign in to comment.