Add ExecID for StateResponse

Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
This commit is contained in:
Justin Terry (VM)
2019-02-13 12:58:50 -08:00
parent 543ee8e7f4
commit b87e9eef3e
2 changed files with 121 additions and 79 deletions

View File

@@ -99,6 +99,7 @@ message StateResponse {
bool terminal = 8;
uint32 exit_status = 9;
google.protobuf.Timestamp exited_at = 10 [(gogoproto.stdtime) = true, (gogoproto.nullable) = false];
string exec_id = 11;
}
message KillRequest {