Data Fields | |
| int | resource_id |
| Which value is checked. | |
| long int | limit |
| Limit of the resource. | |
| int | operator |
| Comparison operator. | |
| int | cycle |
| Cycle overrun counter. | |
| int | max_cycle |
| Cycle overrun limit. | |
| int | action |
| Action in case of failure. | |
| myresource * | next |
Definition at line 229 of file monitor.h.
|
|
Action in case of failure.
Definition at line 235 of file monitor.h. Referenced by printprocess(). |
|
|
Cycle overrun counter.
|
|
|
Limit of the resource.
Definition at line 231 of file monitor.h. Referenced by printprocess(). |
|
|
Cycle overrun limit.
Definition at line 234 of file monitor.h. Referenced by printprocess(). |
|
|
Definition at line 237 of file monitor.h. Referenced by printprocess(). |
|
|
Comparison operator.
Definition at line 232 of file monitor.h. Referenced by printprocess(). |
|
|
Which value is checked.
Definition at line 230 of file monitor.h. Referenced by printprocess(). |