diff options
| author | Andreas Grois <andi@grois.info> | 2024-01-27 19:58:39 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2024-01-27 19:58:39 +0100 |
| commit | ef34d465945a565c8bf02931677131b43f930493 (patch) | |
| tree | 68ab47a917cf0503808b9241f6d7a8871c9f8b07 /alsa/src/communication.rs | |
| parent | 592e80a279e6fde4d79bc44807941fb7054e1407 (diff) | |
Start working on pipe_chan
Diffstat (limited to 'alsa/src/communication.rs')
| -rw-r--r-- | alsa/src/communication.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alsa/src/communication.rs b/alsa/src/communication.rs index be11dd8..b55a786 100644 --- a/alsa/src/communication.rs +++ b/alsa/src/communication.rs @@ -1,6 +1,9 @@ use std::sync::mpsc::*; use swaystatus_plugin::*; +pub(crate) mod pipe_chan; + +#[repr(C)] pub enum MessagesFromMain { Quit, Refresh |
