CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AuthzSessionManager::PidKey Struct Reference

Public Member Functions

 PidKey ()
 
bool operator== (const PidKey &other) const
 
bool operator!= (const PidKey &other) const
 

Public Attributes

pid_t pid
 
uid_t uid
 
gid_t gid
 
pid_t sid
 
uint64_t pid_bday
 
uint64_t deadline
 

Detailed Description

Extended information on a PID.

Definition at line 72 of file authz_session.h.

Constructor & Destructor Documentation

AuthzSessionManager::PidKey::PidKey ( )
inline

Definition at line 73 of file authz_session.h.

Member Function Documentation

bool AuthzSessionManager::PidKey::operator!= ( const PidKey other) const
inline

Definition at line 86 of file authz_session.h.

bool AuthzSessionManager::PidKey::operator== ( const PidKey other) const
inline

Definition at line 81 of file authz_session.h.

Member Data Documentation

uint64_t AuthzSessionManager::PidKey::deadline
gid_t AuthzSessionManager::PidKey::gid
uint64_t AuthzSessionManager::PidKey::pid_bday
pid_t AuthzSessionManager::PidKey::sid
uid_t AuthzSessionManager::PidKey::uid

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