FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
ns_portal::Portal Class Reference

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< Portalstd::make_unique ()
 

Detailed Description

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.

Friends And Related Symbol Documentation

◆ spawn

Value< std::unique_ptr< Portal > > spawn ( Daemon const & daemon,
Logs const & logs )
friend

Spawns a new portal daemon instance.

Parameters
daemonDaemon configuration
logsLogging configuration
Returns
Value containing unique pointer to Portal or error

Definition at line 74 of file portal.hpp.


The documentation for this class was generated from the following file: