myrun::myenvironment Struct Reference

An object holding program relevant "environment" data, see; env.c. More...


Data Fields

char * user
 The the effective user running this program. More...

char * home
 Users home directory. More...

char * cwd
 Current working directory. More...


Detailed Description

An object holding program relevant "environment" data, see; env.c.

Definition at line 109 of file monitor.h.


Field Documentation

char* myrun::myenvironment::cwd
 

Current working directory.

Definition at line 112 of file monitor.h.

Referenced by find_rcfile().

char* myrun::myenvironment::home
 

Users home directory.

Definition at line 111 of file monitor.h.

Referenced by find_rcfile(), and init_files().

char* myrun::myenvironment::user
 

The the effective user running this program.

Definition at line 110 of file monitor.h.


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