Data Fields | |
| int | resource_id |
| Which value is checked. More... | |
| long int | limit |
| Limit of the resource. More... | |
| int | operator |
| Comparison operator. More... | |
| int | cycle |
| Cycle overrun counter. More... | |
| int | max_cycle |
| Cycle overrun limit. More... | |
| int | action |
| Action in case of failiure. More... | |
| myresource * | next |
Definition at line 182 of file monitor.h.
|
|
Action in case of failiure.
Definition at line 188 of file monitor.h. Referenced by printprocess(). |
|
|
Cycle overrun counter.
|
|
|
Limit of the resource.
Definition at line 184 of file monitor.h. Referenced by compare_resource(), and printprocess(). |
|
|
Cycle overrun limit.
Definition at line 187 of file monitor.h. Referenced by printprocess(). |
|
|
Definition at line 190 of file monitor.h. Referenced by printprocess(). |
|
|
Comparison operator.
Definition at line 185 of file monitor.h. Referenced by compare_resource(), and printprocess(). |
|
|
Which value is checked.
Definition at line 183 of file monitor.h. Referenced by printprocess(). |