diff options
Diffstat (limited to 'src/umbrella.h')
| -rw-r--r-- | src/umbrella.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/umbrella.h b/src/umbrella.h index e44d626..2e9d440 100644 --- a/src/umbrella.h +++ b/src/umbrella.h @@ -45,6 +45,7 @@ typedef enum { STATE_STARTING = 1, STATE_RUNNING = 2, STATE_CRASHED = 3, + STATE_STOPPING = 4, } ProcessState; /* ── Action: a named script ──────────────────────────────────────────────── */ @@ -82,6 +83,7 @@ typedef struct { char name[MAX_NAME]; char display[MAX_DISPLAY]; char service[MAX_NAME]; /* systemd unit name, informational */ + char broadcast_cmd[128]; /* command template for !broadcast, e.g. "say {msg}" */ ConsoleConfig console; HealthConfig health; char log_paths[4][MAX_PATH]; |
