Update cgroups to 29da22c6171a4316169f9205ab6c49f5

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-11-30 10:15:37 -05:00
parent 96ca9738ca
commit 4349df4554
19 changed files with 4 additions and 1171 deletions

View File

@@ -310,7 +310,8 @@ func (c *cgroup) Thaw() error {
}
// OOMEventFD returns the memory cgroup's out of memory event fd that triggers
// when processes inside the cgroup receive an oom event
// when processes inside the cgroup receive an oom event. Returns
// ErrMemoryNotSupported if memory cgroups is not supported.
func (c *cgroup) OOMEventFD() (uintptr, error) {
c.mu.Lock()
defer c.mu.Unlock()

View File

@@ -2,7 +2,7 @@ syntax = "proto3";
package io.containerd.cgroups.v1;
import weak "gogoproto/gogo.proto";
import "gogoproto/gogo.proto";
message Metrics {
repeated HugetlbStat hugetlb = 1;