aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
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;