ESA JPIP server  0.1
AppInfo::Data Struct Reference

Contains the data block that is maintained in shared memory. More...

Collaboration diagram for AppInfo::Data:

Public Member Functions

void Reset ()
 Clears the values. More...
 

Public Attributes

int father_pid
 PID of the father process. More...
 
int child_pid
 PID of the child process. More...
 
int num_connections
 Number of open connections. More...
 
int child_iterations
 Number of iterations done by the child. More...
 

Detailed Description

Contains the data block that is maintained in shared memory.

Member Function Documentation

void AppInfo::Data::Reset ( )
inline

Clears the values.

Member Data Documentation

int AppInfo::Data::child_iterations

Number of iterations done by the child.

int AppInfo::Data::child_pid

PID of the child process.

int AppInfo::Data::father_pid

PID of the father process.

int AppInfo::Data::num_connections

Number of open connections.


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