ESA JPIP server
0.1
|
Contains the data block that is maintained in shared memory. More...
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... | |
Contains the data block that is maintained in shared memory.
|
inline |
Clears the values.
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.