Kea  1.5.0
isc::util::ProcessState Struct Reference

Type for process state. More...

Public Member Functions

 ProcessState ()
 Constructor. More...
 

Public Attributes

bool running_
 true until the exit status is collected More...
 
int status_
 0 or the exit status More...
 

Detailed Description

Type for process state.

Definition at line 24 of file process_spawn.cc.

Constructor & Destructor Documentation

◆ ProcessState()

isc::util::ProcessState::ProcessState ( )
inline

Constructor.

Definition at line 27 of file process_spawn.cc.

Member Data Documentation

◆ running_

bool isc::util::ProcessState::running_

true until the exit status is collected

Definition at line 31 of file process_spawn.cc.

◆ status_

int isc::util::ProcessState::status_

0 or the exit status

Definition at line 34 of file process_spawn.cc.


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