mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-25 04:21:56 +00:00
This patch removes `proxyForever` and adds `sendError` and `sendOK` for signalling to the parent process. The main function now sequences these functions and calls stub functions `exposePort` and `unexposePort` which will be hooked up in a later patch. Signed-off-by: David Scott <dave.scott@docker.com>