PionNetworkLibrary
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
pion::process::config_type Struct Reference

data type for static/global process configuration information More...

#include <process.hpp>

Public Member Functions

 config_type ()
 constructor just initializes native types More...
 

Public Attributes

bool shutdown_now
 true if we should shutdown now More...
 
boost::condition shutdown_cond
 triggered when it is time to shutdown More...
 
boost::mutex shutdown_mutex
 used to protect the shutdown condition More...
 

Detailed Description

data type for static/global process configuration information

Constructor & Destructor Documentation

pion::process::config_type::config_type ( )
inline

constructor just initializes native types

Member Data Documentation

boost::condition pion::process::config_type::shutdown_cond

triggered when it is time to shutdown

Referenced by pion::process::shutdown(), and pion::process::wait_for_shutdown().

boost::mutex pion::process::config_type::shutdown_mutex

used to protect the shutdown condition

Referenced by pion::process::shutdown(), and pion::process::wait_for_shutdown().

bool pion::process::config_type::shutdown_now

true if we should shutdown now

Referenced by pion::process::shutdown(), and pion::process::wait_for_shutdown().


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