Skip to content

Commit faec567

Browse files
Merge pull request containerd#3016 from jterry75/task_execid
Add ExecID for StateResponse
2 parents 543ee8e + b87e9ee commit faec567

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)