libcppa
Version 0.1
|
#include <process_information.hpp>
Public Member Functions | |
std::uint32_t | process_id () const |
const node_id_type & | node_id () const |
Static Public Member Functions | |
static const intrusive_ptr < process_information > & | get () |
Identifies a process.
static const intrusive_ptr<process_information>& cppa::process_information::get | ( | ) | [static] |
Returns the proccess_information for the running process.
const node_id_type& cppa::process_information::node_id | ( | ) | const |
Identifies the host system.
A hash build from the MAC address of the first network device and the serial number from the root HD (mounted in "/" or "C:").
std::uint32_t cppa::process_information::process_id | ( | ) | const |
Identifies the running process.