Update github.com/prometheus/procfs to latest revision

This commit is contained in:
Matt Layher 2016-12-07 12:19:16 -05:00
commit bae238be61
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94
5 changed files with 571 additions and 5 deletions

View file

@ -87,7 +87,7 @@ func (p Proc) NewLimits() (ProcLimits, error) {
case "Max cpu time":
l.CPUTime, err = parseInt(fields[1])
case "Max file size":
l.FileLocks, err = parseInt(fields[1])
l.FileSize, err = parseInt(fields[1])
case "Max data size":
l.DataSize, err = parseInt(fields[1])
case "Max stack size":