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.

char * home
 Users home directory.

char * cwd
 Current working directory.


Detailed Description

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

Definition at line 149 of file monitor.h.


Field Documentation

char* myrun::myenvironment::cwd
 

Current working directory.

Definition at line 152 of file monitor.h.

Referenced by find_rcfile().

char* myrun::myenvironment::home
 

Users home directory.

Definition at line 151 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 150 of file monitor.h.


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