summaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go
blob: cc76e2f586adccacb715af273296adc51af45d80 (plain)
1
2
3
4
5
6
7
// +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{}