Kea  1.9.9-git
isc::asiolink::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 30 of file process_spawn.cc.

Constructor & Destructor Documentation

isc::asiolink::ProcessState::ProcessState ( )
inline

Constructor.

Definition at line 33 of file process_spawn.cc.

Member Data Documentation

bool isc::asiolink::ProcessState::running_

true until the exit status is collected

Definition at line 37 of file process_spawn.cc.

int isc::asiolink::ProcessState::status_

0 or the exit status

Definition at line 40 of file process_spawn.cc.


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