|
FlatImage
A configurable Linux containerization system
|
Portal IPC system for host-container communication. More...
Namespaces | |
| namespace | ns_child |
| Child process spawning and I/O management for portal IPC. | |
Classes | |
| class | Portal |
| Manages portal daemon for inter-process communication. More... | |
Typedefs | |
| using | Daemon = ns_db::ns_portal::ns_daemon::Daemon |
| using | Logs = ns_db::ns_portal::ns_daemon::ns_log::Logs |
Functions | |
| Value< std::unique_ptr< Portal > > | spawn (Daemon const &daemon, Logs const &logs) |
| Spawns a new portal daemon instance. | |
Portal IPC system for host-container communication.
Manages the portal daemon lifecycle for FIFO-based inter-process communication between host and container environments. Spawns and controls portal daemon processes that enable cross-boundary command execution, stdio redirection, and message routing for multi-instance FlatImage applications.
Definition at line 36 of file portal.hpp.
Definition at line 37 of file portal.hpp.