Skip to content

Commit 54752dc

Browse files
committed
Fixing more failure
Signed-off-by: Surbhi Kakarya <[email protected]>
1 parent beb78e3 commit 54752dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

protect/control/v1/common.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -534,12 +534,12 @@ message OciRegistryAuthentication {
534534
}
535535

536536
message PciDevice {
537-
PciDeviceState state = 1;
537+
PciDeviceState state = 1;
538538
}
539539

540540
enum PciDeviceState {
541-
CLEAN = 0;
542-
DIRTY = 1;
543-
SCRUB = 2;
544-
BUSY = 3;
541+
PCI_DEVICE_STATE_CLEAN = 0;
542+
PCI_DEVICE_STATE_DIRTY = 1;
543+
PCI_DEVICE_STATE_SCRUB = 2;
544+
PCI_DEVICE_STATE_BUSY = 3;
545545
}

0 commit comments

Comments
 (0)