Skip to content

Commit 5d255ea

Browse files
authored
Propagate timeout (#10)
1 parent ef8f2a6 commit 5d255ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protect/control/v1/control.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ message StartWorkloadReply {}
544544

545545
message StopWorkloadRequest {
546546
string workload_id = 1;
547+
uint64 timeout = 2;
547548
}
548549

549550
message StopWorkloadReply {}

0 commit comments

Comments
 (0)