container_create: better handling of devices
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
b7b57e8731
commit
e8553a124d
3 changed files with 105 additions and 18 deletions
|
@ -360,6 +360,7 @@ func (s *Server) StopExitMonitor() {
|
|||
close(s.exitMonitorChan)
|
||||
}
|
||||
|
||||
// ExitMonitorCloseChan returns the close chan for the exit monitor
|
||||
func (s *Server) ExitMonitorCloseChan() chan struct{} {
|
||||
return s.exitMonitorChan
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue