aboutsummaryrefslogtreecommitdiff
path: root/src/action.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-12-07 00:41:01 +0100
committerFederico Angelilli <code@fedang.net>2024-12-07 00:41:01 +0100
commitfd2ef765de733fbbbb15e28c91df255da36d5338 (patch)
treeb107ca1a2e9b1b0ae1ee7534cdd4a850f52d9cb0 /src/action.h
parent4f1c110638749f0d6941967e313bdcc28b2b3485 (diff)
Add trigger actiontrunk
Diffstat (limited to 'src/action.h')
-rw-r--r--src/action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/action.h b/src/action.h
index eb144a5..946b629 100644
--- a/src/action.h
+++ b/src/action.h
@@ -10,6 +10,7 @@ typedef enum {
ACTION_SET_PAIR,
ACTION_RUN_SYNC,
ACTION_RUN_ASYNC,
+ ACTION_TRIGGER,
} action_type_t;
typedef struct {