diff options
Diffstat (limited to 'src/gui_project.h')
-rw-r--r-- | src/gui_project.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h index d698e720..c75f36e2 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -244,6 +244,7 @@ struct gui_task GtkWidget *progress_bar; int running; struct crystfel_backend *backend; + struct crystfelproject *proj; void *job_priv; }; @@ -312,6 +313,7 @@ struct crystfelproject { int n_backends; GSList *tasks; + int scanned_since_last_job_finished; struct gui_indexing_result *results; int n_results; |