Android-cuttlefish cvd tool
Public Member Functions | Public Attributes | List of all members
cuttlefish::MonitorEntry Struct Reference

#include <process_monitor.h>

Public Member Functions

 MonitorEntry (Command command, bool is_critical)
 

Public Attributes

std::unique_ptr< Commandcmd
 
std::unique_ptr< Subprocessproc
 
bool is_critical
 

Constructor & Destructor Documentation

◆ MonitorEntry()

cuttlefish::MonitorEntry::MonitorEntry ( Command  command,
bool  is_critical 
)
inline

Member Data Documentation

◆ cmd

std::unique_ptr<Command> cuttlefish::MonitorEntry::cmd

◆ is_critical

bool cuttlefish::MonitorEntry::is_critical

◆ proc

std::unique_ptr<Subprocess> cuttlefish::MonitorEntry::proc

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