summaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go
blob: 19bf713de3a3a9b9cd04d3107258256dc9d1b48f (plain)
1
2
3
4
5
6
7
8
// +build !linux

package configs

// Namespace defines configuration for each namespace.  It specifies an
// alternate path that is able to be joined via setns.
type Namespace struct {
}