libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::proc::PidInfo Struct Reference

Helper type for caching PID an PPID information. More...

#include <process.hxx>

Public Attributes

const ProcessID own_pid
 
const ProcessID parent_pid
 

Detailed Description

Helper type for caching PID an PPID information.

Definition at line 284 of file process.hxx.

Constructor & Destructor Documentation

◆ PidInfo()

cosmos::proc::PidInfo::PidInfo ( )
inline

Definition at line 286 of file process.hxx.

286 :
287 own_pid{get_own_pid()},
288 parent_pid{get_parent_pid()}
289 {}

Member Data Documentation

◆ own_pid

const ProcessID cosmos::proc::PidInfo::own_pid

Definition at line 291 of file process.hxx.

◆ parent_pid

const ProcessID cosmos::proc::PidInfo::parent_pid

Definition at line 292 of file process.hxx.


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