Embed Resources for backward compatibility

Fixes: docker/docker#19329

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
Qiang Huang
2016-01-19 19:08:14 +08:00
parent 809235019f
commit f048eaf87a
+1 -1
View File
@@ -20,7 +20,7 @@ type Cgroup struct {
ScopePrefix string `json:"scope_prefix"`
// Resources contains various cgroups settings to apply
Resources *Resources `json:"resources"`
*Resources
}
type Resources struct {