diff options
Diffstat (limited to 'src/event_pipe.h')
-rw-r--r-- | src/event_pipe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/event_pipe.h b/src/event_pipe.h index 6c3d8c169..923544bf4 100644 --- a/src/event_pipe.h +++ b/src/event_pipe.h @@ -44,6 +44,9 @@ enum pipe_event { /** a hardware mixer plugin has detected a change */ PIPE_EVENT_MIXER, + /** shutdown requested */ + PIPE_EVENT_SHUTDOWN, + PIPE_EVENT_MAX }; |