Skip to content

Commit 5914f43

Browse files
Merge branch 'main' into pci-hotplug
Signed-off-by: SurbhiKakarya <116319529+Sweetsurbhi88@users.noreply.github.com>
2 parents bc5fc76 + 5953a6b commit 5914f43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

protect/control/v1/common.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ message WorkloadSpec {
329329
repeated CgroupLimit cgroup_limits = 9;
330330
string hostname = 10;
331331
repeated WorkloadBlockDeviceSpec block_devices = 11;
332-
repeated WorkloadPciDeviceSpec pci_devices = 12;
332+
optional int32 oom_score_adj = 12;
333+
repeated WorkloadPciDeviceSpec pci_devices = 13;
333334
}
334335

335336
message CgroupLimit {

0 commit comments

Comments
 (0)