aboutsummaryrefslogtreecommitdiffstats
path: root/src/agent.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-10 03:39:44 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-10 03:39:44 -0400
commit59c7c079ca9452da0992159b2a85f2734f71ecdd (patch)
treedb0ebdd3a447eb96727abe7ec84f02a3e31c7720 /src/agent.rs
parentecaae8c048c681a0fbc3986bb22ed81f173d83fb (diff)
downloadrbw-59c7c079ca9452da0992159b2a85f2734f71ecdd.tar.gz
rbw-59c7c079ca9452da0992159b2a85f2734f71ecdd.zip
implement locking
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 1aec70c..8d7cd69 100644
--- a/src/agent.rs
+++ b/src/agent.rs
@@ -9,6 +9,7 @@ pub struct Request {
pub enum Action {
Login,
Unlock,
+ Lock,
Sync,
Decrypt { cipherstring: String },
// add