Skip to content

Commit b87e9ee

Browse files
committed
Add ExecID for StateResponse
Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
1 parent 543ee8e commit b87e9ee

File tree

2 files changed

+121
-79
lines changed

2 files changed

+121
-79
lines changed

runtime/v2/task/shim.pb.go

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

runtime/v2/task/shim.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ message StateResponse {
9999
bool terminal = 8;
100100
uint32 exit_status = 9;
101101
google.protobuf.Timestamp exited_at = 10 [(gogoproto.stdtime) = true, (gogoproto.nullable) = false];
102+
string exec_id = 11;
102103
}
103104

104105
message KillRequest {

0 commit comments

Comments
 (0)