mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 19:05:42 +00:00
Instead of trying to write out own code to do basic process operations (e.g. checking if a PID is still running in a multi-OS friendly manner), use shirou/gopsutil, a multi-platform library that should abstract all the complexity away. Unlike our previous approach on Windows, this one should actually work. Signed-off-by: Matt Heon <mheon@redhat.com> |
||
|---|---|---|
| .. | ||
| net.go | ||
| net_aix.go | ||
| net_aix_cgo.go | ||
| net_aix_nocgo.go | ||
| net_darwin.go | ||
| net_fallback.go | ||
| net_freebsd.go | ||
| net_linux.go | ||
| net_linux_111.go | ||
| net_linux_116.go | ||
| net_openbsd.go | ||
| net_solaris.go | ||
| net_unix.go | ||
| net_windows.go | ||