|
STTNet
|
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... | |
Structure for process information.
| 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.
1.8.5