aboutsummaryrefslogtreecommitdiffstats
path: root/src/agent.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-07 01:00:09 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-07 01:00:09 -0400
commit47968ec94ee172f5ae8924f2bb3850142e77dcd3 (patch)
tree2719bf65bbe0d80ffe91a382d9150210514d61e3 /src/agent.rs
parent264c0e69b237a7eb0e9aa0d1de27c3e5f2121003 (diff)
downloadrbw-47968ec94ee172f5ae8924f2bb3850142e77dcd3.tar.gz
rbw-47968ec94ee172f5ae8924f2bb3850142e77dcd3.zip
allow stopping the agent
Diffstat (limited to 'src/agent.rs')
-rw-r--r--src/agent.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/agent.rs b/src/agent.rs
index c64acc9..1aec70c 100644
--- a/src/agent.rs
+++ b/src/agent.rs
@@ -14,6 +14,7 @@ pub enum Action {
// add
// update
// remove
+ Quit,
}
#[derive(serde::Serialize, serde::Deserialize, Debug)]