STTNet
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
stt::system::ProcessInf Struct Reference

Structure for process information. More...

#include <sttnet_English.h>

Public Attributes

pid_t pid
 Process ID. More...
 
time_t lastTime
 Last heartbeat time of the process, as a timestamp. More...
 
char name [MAX_PROCESS_NAME]
 Process name. More...
 
char argv0 [20]
 First parameter of the process. More...
 
char argv1 [20]
 Second parameter of the process. More...
 
char argv2 [20]
 Third parameter of the process. More...
 

Detailed Description

Structure for process information.

Member Data Documentation

char stt::system::ProcessInf::argv0[20]

First parameter of the process.

char stt::system::ProcessInf::argv1[20]

Second parameter of the process.

char stt::system::ProcessInf::argv2[20]

Third parameter of the process.

time_t stt::system::ProcessInf::lastTime

Last heartbeat time of the process, as a timestamp.

char stt::system::ProcessInf::name[MAX_PROCESS_NAME]

Process name.

pid_t stt::system::ProcessInf::pid

Process ID.


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