Skip to content

Commit

Permalink
Merge pull request kata-containers#1498 from liubin/fix/1497-task-exi…
Browse files Browse the repository at this point in the history
…t-pid

runtime: return hypervisor Pid in TaskExit event
  • Loading branch information
lifupan authored Mar 11, 2021
2 parents 396565f + b034458 commit 62d30ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/containerd-shim-v2/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
func cReap(s *service, status int, id, execid string, exitat time.Time) {
s.ec <- exit{
timestamp: exitat,
pid: s.pid,
pid: s.hpid,
status: status,
id: id,
execid: execid,
Expand Down

0 comments on commit 62d30ca

Please sign in to comment.