Merge pull request #1498 from liubin/fix/1497-task-exit-pid

runtime: return hypervisor Pid in TaskExit event
This commit is contained in:
Fupan Li 2021-03-11 12:58:28 +08:00 committed by GitHub
commit 62d30ca2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,