diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-02-22 17:40:49 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-22 17:40:49 +0000 |
commit | 05500cae9a2043a975546b765b0d7c2565590f68 (patch) | |
tree | ae34fb567d26e1ad870f8eda3df2bb86abaae1ac /runsc/boot/controller.go | |
parent | 28599de5147ae22d1f4364baa2eb2463a1e1f892 (diff) | |
parent | 19fe3a2bfb72622c307311dc61019238896a756b (diff) |
Merge release-20210208.0-79-g19fe3a2bf (automated)
Diffstat (limited to 'runsc/boot/controller.go')
-rw-r--r-- | runsc/boot/controller.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runsc/boot/controller.go b/runsc/boot/controller.go index cb5d8ea31..5e849cb37 100644 --- a/runsc/boot/controller.go +++ b/runsc/boot/controller.go @@ -547,7 +547,8 @@ type SignalArgs struct { // Signo is the signal to send to the process. Signo int32 - // PID is the process ID in the given container that will be signaled. + // PID is the process ID in the given container that will be signaled, + // relative to the root PID namespace, not the container's. // If 0, the root container will be signalled. PID int32 |