mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
libcontainer/sync: Drop procConsole transaction from comments
These were added in244c9fc4(*: console rewrite, 2016-06-04, #1018) alongside procConsole and the associated handling. procConsole and that handling were removed in00a0ecf5(Add separate console socket, 2017-03-02, #1356), but00a0ecf5missed this comment. Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
@@ -19,11 +19,6 @@ type syncType string
|
||||
// procHooks --> [run hooks]
|
||||
// <-- procResume
|
||||
//
|
||||
// procConsole -->
|
||||
// <-- procConsoleReq
|
||||
// [send(fd)] --> [recv(fd)]
|
||||
// <-- procConsoleAck
|
||||
//
|
||||
// procReady --> [final setup]
|
||||
// <-- procRun
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user