summaryrefslogtreecommitdiffstats
path: root/src/queue.rs
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-11-23 22:14:37 +0100
committerGitHub <noreply@github.com>2021-11-23 22:14:37 +0100
commit33ac72c8e7afb477792e7847dc2c2dbb187377a5 (patch)
tree1c3ca50ef1429680c4e88ee7fb0678e4d13852fa /src/queue.rs
parentee7ec691f0f1fa7baa05aee17497b9fca2d831df (diff)
fetch/prune branches (#1000)
Diffstat (limited to 'src/queue.rs')
-rw-r--r--src/queue.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/queue.rs b/src/queue.rs
index 1160730e..63c8a9ee 100644
--- a/src/queue.rs
+++ b/src/queue.rs
@@ -97,6 +97,8 @@ pub enum InternalEvent {
OpenFileFinder(Vec<TreeFile>),
///
FileFinderChanged(Option<PathBuf>),
+ ///
+ FetchRemotes,
}
/// single threaded simple queue for components to communicate with each other