Skip to content

Commit

Permalink
Merge pull request #61 from KentaTada/modify-pdeathsignal-type
Browse files Browse the repository at this point in the history
Change the type of PdeathSignal
  • Loading branch information
crosbymichael committed Jun 12, 2020
2 parents 7016d3c + 421b4ca commit 0d18714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runc.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ import (
"path/filepath"
"strconv"
"strings"
"syscall"
"time"

specs "github.com/opencontainers/runtime-spec/specs-go"
"golang.org/x/sys/unix"
)

// Format is the type of log formatting options avaliable
Expand Down Expand Up @@ -63,7 +63,7 @@ type Runc struct {
Debug bool
Log string
LogFormat Format
PdeathSignal syscall.Signal
PdeathSignal unix.Signal
Setpgid bool
Criu string
SystemdCgroup bool
Expand Down

0 comments on commit 0d18714

Please sign in to comment.