Update dependency opencontainer/runc
This commit is contained in:
6
vendor/github.com/opencontainers/runc/libcontainer/restored_process.go
generated
vendored
6
vendor/github.com/opencontainers/runc/libcontainer/restored_process.go
generated
vendored
@@ -76,6 +76,9 @@ func (p *restoredProcess) setExternalDescriptors(newFds []string) {
|
||||
p.fds = newFds
|
||||
}
|
||||
|
||||
func (p *restoredProcess) forwardChildLogs() {
|
||||
}
|
||||
|
||||
// nonChildProcess represents a process where the calling process is not
|
||||
// the parent process. This process is created when a factory loads a container from
|
||||
// a persisted state.
|
||||
@@ -120,3 +123,6 @@ func (p *nonChildProcess) externalDescriptors() []string {
|
||||
func (p *nonChildProcess) setExternalDescriptors(newFds []string) {
|
||||
p.fds = newFds
|
||||
}
|
||||
|
||||
func (p *nonChildProcess) forwardChildLogs() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user