aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-03-04 13:58:42 +0100
committerThomas White <taw@physics.org>2022-03-04 13:58:42 +0100
commit1deed95e55c5a45d4887bb53a83976e4ead78bcb (patch)
tree98900bf5f5173985f9fc244783651678bf4aa124 /src/gui_project.h
parent634ac34f8ffde1d3991751230c57eba70529f005 (diff)
GUI: Fix stream rescan logic
Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/64
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index f034e125..8ec81ee2 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -149,6 +149,7 @@ struct gui_indexing_result
int n_streams;
char **streams;
StreamIndex **indices;
+ int need_rescan;
};
struct gui_merge_result
@@ -328,7 +329,6 @@ struct crystfelproject {
int n_backends;
GSList *tasks;
- int scanned_since_last_job_finished;
struct gui_indexing_result *results;
int n_results;