Skip to content

Commit

Permalink
libcontainer/sync: Drop procConsole transaction from comments
Browse files Browse the repository at this point in the history
These were added in 244c9fc (*: console rewrite, 2016-06-04, opencontainers#1018)
alongside procConsole and the associated handling.  procConsole and
that handling were removed in 00a0ecf (Add separate console socket,
2017-03-02, opencontainers#1356), but 00a0ecf missed this comment.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Feb 23, 2018
1 parent b50fa98 commit d71b3f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libcontainer/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ type syncType string
// procHooks --> [run hooks]
// <-- procResume
//
// procConsole -->
// <-- procConsoleReq
// [send(fd)] --> [recv(fd)]
// <-- procConsoleAck
//
// procReady --> [final setup]
// <-- procRun
const (
Expand Down

0 comments on commit d71b3f5

Please sign in to comment.