hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <DRCEReadProcessData.hpp>
Public Attributes | |
DIR * | procfs |
DIR * | taskdir |
pid_t | taskdir_user |
int | did_fake |
int(* | finder )(struct PROCTAB *restrict const, proc_t *restrict const) |
proc_t *(* | reader )(struct PROCTAB *restrict const, proc_t *restrict const) |
int(* | taskfinder )(struct PROCTAB *restrict const, const proc_t *restrict const, proc_t *restrict const, char *restrict const) |
proc_t *(* | taskreader )(struct PROCTAB *restrict const, const proc_t *restrict const, proc_t *restrict const, char *restrict const) |
pid_t * | pids |
uid_t * | uids |
int | nuid |
int | i |
unsigned | flags |
unsigned | u |
void * | vp |
char | path [PROCPATHLEN] |
unsigned | pathlen |
Definition at line 137 of file DRCEReadProcessData.hpp.
int PROCTAB::did_fake |
Definition at line 142 of file DRCEReadProcessData.hpp.
Definition at line 143 of file DRCEReadProcessData.hpp.
unsigned PROCTAB::flags |
Definition at line 151 of file DRCEReadProcessData.hpp.
int PROCTAB::i |
Definition at line 150 of file DRCEReadProcessData.hpp.
int PROCTAB::nuid |
Definition at line 149 of file DRCEReadProcessData.hpp.
char PROCTAB::path[PROCPATHLEN] |
Definition at line 154 of file DRCEReadProcessData.hpp.
unsigned PROCTAB::pathlen |
Definition at line 155 of file DRCEReadProcessData.hpp.
pid_t* PROCTAB::pids |
Definition at line 147 of file DRCEReadProcessData.hpp.
DIR* PROCTAB::procfs |
Definition at line 139 of file DRCEReadProcessData.hpp.
Definition at line 144 of file DRCEReadProcessData.hpp.
DIR* PROCTAB::taskdir |
Definition at line 140 of file DRCEReadProcessData.hpp.
pid_t PROCTAB::taskdir_user |
Definition at line 141 of file DRCEReadProcessData.hpp.
int(* PROCTAB::taskfinder)(struct PROCTAB *restrict const, const proc_t *restrict const, proc_t *restrict const, char *restrict const) |
Definition at line 145 of file DRCEReadProcessData.hpp.
proc_t*(* PROCTAB::taskreader)(struct PROCTAB *restrict const, const proc_t *restrict const, proc_t *restrict const, char *restrict const) |
Definition at line 146 of file DRCEReadProcessData.hpp.
unsigned PROCTAB::u |
Definition at line 152 of file DRCEReadProcessData.hpp.
uid_t* PROCTAB::uids |
Definition at line 148 of file DRCEReadProcessData.hpp.
void* PROCTAB::vp |
Definition at line 153 of file DRCEReadProcessData.hpp.