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

#include <posix.h>

Public Member Functions

 LsofEntry ()
 

Public Attributes

pid_t pid
 
uid_t owner
 
bool read_only
 
std::string executable
 
std::string path
 

Detailed Description

Definition at line 59 of file posix.h.

Constructor & Destructor Documentation

LsofEntry::LsofEntry ( )
inline

Definition at line 66 of file posix.h.

Member Data Documentation

std::string LsofEntry::executable

Definition at line 63 of file posix.h.

Referenced by Lsof().

uid_t LsofEntry::owner

Definition at line 61 of file posix.h.

Referenced by Lsof().

std::string LsofEntry::path

Definition at line 64 of file posix.h.

Referenced by Lsof().

pid_t LsofEntry::pid

Definition at line 60 of file posix.h.

Referenced by Lsof().

bool LsofEntry::read_only

Definition at line 62 of file posix.h.

Referenced by Lsof().


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