Skip to content

Commit cabadbc

Browse files
authored
Merge pull request #1291 from marquiz/devel/rdt-specs-go
specs-go/features: add linux.intelRdt.schemata field
2 parents bfdffd5 + 642344a commit cabadbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

specs-go/features/features.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ type IntelRdt struct {
131131
// Unrelated to whether the host supports Intel RDT or not.
132132
// Nil value means "unknown", not "false".
133133
Enabled *bool `json:"enabled,omitempty"`
134+
// Schemata is true if the "linux.intelRdt.enableMonitoring" field of the
135+
// spec is implemented.
136+
Schemata *bool `json:"schemata,omitempty"`
134137
}
135138

136139
// MemoryPolicy represents the "memoryPolicy" field.

0 commit comments

Comments
 (0)