Skip to content

Commit 2172cb4

Browse files
committed
fixup! Adds cgroup path to CreateVMResponse
Signed-off-by: xibz <[email protected]>
1 parent 7ab516e commit 2172cb4

File tree

3 files changed

+100
-63
lines changed

3 files changed

+100
-63
lines changed

proto/firecracker.pb.go

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

proto/firecracker.proto

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ message CreateVMRequest {
3737
}
3838

3939
message CreateVMResponse {
40-
string CgroupPath = 1;
40+
string VMID = 1;
41+
uint32 ContextID = 2;
42+
string SocketPath = 3;
43+
string LogFifoPath = 4;
44+
string MetricsFifoPath = 5;
45+
string CgroupPath = 6;
4146
}
4247

4348
message StopVMRequest {
@@ -55,6 +60,7 @@ message GetVMInfoResponse {
5560
string SocketPath = 3;
5661
string LogFifoPath = 4;
5762
string MetricsFifoPath = 5;
63+
string CgroupPath = 6;
5864
}
5965

6066
message SetVMMetadataRequest {

proto/service/fccontrol/ttrpc/fccontrol.pb.go

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

0 commit comments

Comments
 (0)