Encapsulates status message from a running client. More...
Public Member Functions | |
| StatusInfo (char tg, int desc, int stat, int pid, const BufferString &mg, const BufferString &hostname, int time) | |
Public Attributes | |
| char | tag |
| int | descnr |
| int | status |
| int | timestamp |
| int | procid |
| BufferString | hostnm |
| BufferString | msg |
Encapsulates status message from a running client.
Running clients report back to the master on a regular basis. Whenever a client contacts the master, whatever it has to say is put into a StatusInfo structure. These are put in a mutexed queue in order to keep a strict separation between the communication thread and the GUI/manager thread.
| StatusInfo::StatusInfo | ( | char | tg, | |
| int | desc, | |||
| int | stat, | |||
| int | pid, | |||
| const BufferString & | mg, | |||
| const BufferString & | hostname, | |||
| int | time | |||
| ) | [inline] |
| char StatusInfo::tag |
1.7.1