mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
sync: rename procResume -> procHooksDone
The old name was quite confusing, and with the addition of the procMountPlease sync message there are now multiple sync messages that are related to "resuming" runc-init. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
@@ -568,7 +568,7 @@ func (p *initProcess) start() (retErr error) {
|
||||
}
|
||||
}
|
||||
// Sync with child.
|
||||
if err := writeSync(p.messageSockPair.parent, procResume); err != nil {
|
||||
if err := writeSync(p.messageSockPair.parent, procHooksDone); err != nil {
|
||||
return err
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user