Skip to content

Commit 7e4c8c1

Browse files
committed
Added GRPC timeout config
Signed-off-by: bpopovschi <[email protected]>
1 parent 0bf9d04 commit 7e4c8c1

File tree

5 files changed

+159
-148
lines changed

5 files changed

+159
-148
lines changed

proto/events.pb.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/firecracker.pb.go

Lines changed: 56 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/firecracker.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ message CreateVMRequest {
3636

3737
message StopVMRequest {
3838
string VMID = 1;
39+
uint32 VMShutDownTimeOut = 2;
3940
}
4041

4142
message GetVMInfoRequest {

0 commit comments

Comments
 (0)