pull/144/head
Robert Weber 9 years ago
parent 6496b57b3d
commit 4dcb099f3d

@ -19,7 +19,7 @@ import (
"github.com/shirou/gopsutil/net" "github.com/shirou/gopsutil/net"
) )
var ErrorNoChildren = errors.New("Process does not have children or does not exist") var ErrorNoChildren = errors.New("Process does not have children")
const ( const (
PrioProcess = 0 // linux/resource.h PrioProcess = 0 // linux/resource.h

Loading…
Cancel
Save