Skip to content

Commit 2792412

Browse files
authored
Merge pull request #1145 from giuseppe/add-idle-to-schema
schema: add cpu idle
2 parents 031e38d + bc545ec commit 2792412

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema/config-linux.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@
118118
},
119119
"shares": {
120120
"$ref": "defs.json#/definitions/uint64"
121+
},
122+
"idle": {
123+
"$ref": "defs.json#/definitions/int64"
121124
}
122125
}
123126
},

0 commit comments

Comments
 (0)