Skip to content

Commit

Permalink
bump version/lint/generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Jun 1, 2018
1 parent cb92668 commit 97ad9df
Show file tree
Hide file tree
Showing 6 changed files with 17,190 additions and 33 deletions.
1 change: 0 additions & 1 deletion client/fingerprint/cgroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
)

const (
cgroupAvailable = "available"
cgroupUnavailable = "unavailable"
interval = 15
)
Expand Down
4 changes: 4 additions & 0 deletions client/fingerprint/cgroup_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ import (
"github.com/opencontainers/runc/libcontainer/cgroups"
)

const (
cgroupAvailable = "available"
)

// FindCgroupMountpointDir is used to find the cgroup mount point on a Linux
// system.
func FindCgroupMountpointDir() (string, error) {
Expand Down
Loading

0 comments on commit 97ad9df

Please sign in to comment.