mirror of
https://github.com/containers/podman.git
synced 2025-05-20 00:27:03 +08:00

This should never be pulled into the remote client. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
11 lines
204 B
Go
11 lines
204 B
Go
//go:build !remote
|
|
// +build !remote
|
|
|
|
package libpod
|
|
|
|
const (
|
|
// cgroupSplit is the cgroup mode for reusing the current cgroup both
|
|
// for conmon and for the container payload.
|
|
cgroupSplit = "split"
|
|
)
|