OpenSDN source code
|
#include <task.h>
Public Member Functions | |
TaskExclusion (int task_id) | |
TaskExclusion (int task_id, int instance_id) | |
Public Attributes | |
int | match_id |
must be a valid id (>= 0). More... | |
int | match_instance |
-1 (wildcard) or user specified id. More... | |
|
inline |
int TaskExclusion::match_instance |