Skip to content

Commit faad132

Browse files
committed
ctty to utils.go
1 parent 82828bf commit faad132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/testrunner/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ type ProcessForkEvent struct {
9393
ParentPids PidInfo `json:"parent_pids"`
9494
ChildPids PidInfo `json:"child_pids"`
9595
Creds CredInfo `json:"creds"`
96+
Ctty TtyInfo `json:"ctty"`
9697
}
9798

9899
type ProcessExecEvent struct {

0 commit comments

Comments
 (0)