summaryrefslogtreecommitdiff
path: root/libpod/pod_top_unsupported.go
blob: d44470523f406e5637f477cd8e58cb5a026b8dcb (plain)
1
2
3
4
5
6
7
8
// +build !linux

package libpod

// GetPodPidInformation is exclusive to linux
func (p *Pod) GetPodPidInformation(descriptors []string) ([]string, error) {
	return nil, ErrNotImplemented
}