aboutsummaryrefslogtreecommitdiff
path: root/alsa/src/communication.rs
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2024-01-27 19:58:39 +0100
committerAndreas Grois <andi@grois.info>2024-01-27 19:58:39 +0100
commitef34d465945a565c8bf02931677131b43f930493 (patch)
tree68ab47a917cf0503808b9241f6d7a8871c9f8b07 /alsa/src/communication.rs
parent592e80a279e6fde4d79bc44807941fb7054e1407 (diff)
Start working on pipe_chan
Diffstat (limited to 'alsa/src/communication.rs')
-rw-r--r--alsa/src/communication.rs3
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