container_create: better handling of devices

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-09-06 17:04:18 +02:00
parent b7b57e8731
commit e8553a124d
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
3 changed files with 105 additions and 18 deletions

View file

@ -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
}