|
FlatImage
A configurable Linux containerization system
|
Manages portal daemon for inter-process communication. More...
#include <portal.hpp>
Friends | |
| Value< std::unique_ptr< Portal > > | spawn (Daemon const &daemon, Logs const &logs) |
| Spawns a new portal daemon instance. | |
| constexpr std::unique_ptr< Portal > | std::make_unique () |
Manages portal daemon for inter-process communication.
The Portal class provides FIFO-based IPC between host and container processes, managing the daemon lifecycle and child process communication.
Definition at line 47 of file portal.hpp.
Spawns a new portal daemon instance.
| daemon | Daemon configuration |
| logs | Logging configuration |
Definition at line 74 of file portal.hpp.