Skip to content

Commit beb78e3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protect/control/v1/control.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ message GetHostStatusReply {
7171

7272
message DeviceStateRequest {
7373
string name = 1;
74-
protect.common.v1.PciDevice state = 2;
74+
PciDevice state = 2;
7575
}
7676

7777
message DeviceStateReply {}
@@ -414,7 +414,7 @@ message WorkloadChangedEvent {
414414
}
415415

416416
message DeviceChangedEvent {
417-
protect.common.v1.DeviceReferenceSpec device = 1;
417+
DeviceReferenceSpec device = 1;
418418
}
419419

420420
message ReadZoneMetricsRequest {

0 commit comments

Comments
 (0)