aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-04 15:53:33 +0200
committerThomas White <taw@physics.org>2020-09-04 15:53:33 +0200
commita1a4d92fd5814bd1b7f8fb1426e191e6ad5be54e (patch)
tree170cb8a08f2cfcc2700f8b6d333ee47c244a90cd /src/gui_project.h
parent601aec99d95fb98f936e1d417370c957dd31d02e (diff)
Add results from new indexing job
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h5
1 files changed, 4 insertions, 1 deletions
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);