From a1a4d92fd5814bd1b7f8fb1426e191e6ad5be54e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 4 Sep 2020 15:53:33 +0200 Subject: Add results from new indexing job --- src/gui_project.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gui_project.h') diff --git a/src/gui_project.h b/src/gui_project.h index c241b6f8..af0335bb 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -85,6 +85,8 @@ struct index_params { float push_res; }; +struct crystfelproject; + struct crystfel_backend { const char *name; @@ -103,7 +105,8 @@ struct crystfel_backend { char *geom_filename, struct peak_params *peak_search_params, struct index_params *indexing_params, - void *opts_priv); + void *opts_priv, + struct crystfelproject *proj); /* Called to ask the backend to cancel the job */ void (*cancel_task)(void *job_priv); -- cgit v1.2.3