diff options
Diffstat (limited to 'monitor/mon.h')
-rw-r--r-- | monitor/mon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/mon.h b/monitor/mon.h index 32d60c4..4430e5f 100644 --- a/monitor/mon.h +++ b/monitor/mon.h @@ -20,6 +20,7 @@ typedef struct { } t_input; typedef enum { + MS_PERROR, MS_FINISH, MS_RUN, MS_AUTO, |