criteria: add sandbox properties

This commit is contained in:
Puck Meerburg 2022-08-07 10:12:51 +00:00 committed by Simon Ser
parent 60f06fc4f1
commit 3ab1f0ca3d
3 changed files with 104 additions and 1 deletions

View file

@ -53,6 +53,9 @@ struct criteria {
char urgent; // 'l' for latest or 'o' for oldest
struct pattern *workspace;
pid_t pid;
struct pattern *sandbox_engine;
struct pattern *sandbox_app_id;
struct pattern *sandbox_instance_id;
};
bool criteria_is_empty(struct criteria *criteria);