aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-12-11 14:21:49 +0100
committerThomas White <taw@physics.org>2020-12-11 14:21:49 +0100
commitd8672864f60291214b445f8a658c642086aab8bc (patch)
tree9bf951b5caa86dd88a366b00a4c33ce2a7812a03 /src/gui_backend_local.c
parente9b583b2c63d14e859223bce4b56afe3fe04815c (diff)
result -> indexing_result
Because shortly we will have merging_result as well
Diffstat (limited to 'src/gui_backend_local.c')
-rw-r--r--src/gui_backend_local.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c
index 42d01883..b5c38b5a 100644
--- a/src/gui_backend_local.c
+++ b/src/gui_backend_local.c
@@ -252,7 +252,7 @@ static struct local_job *start_local_job(char **args,
"crystfel.stream");
streams[0] = g_file_get_path(stream_gfile);
g_object_unref(stream_gfile);
- add_result(proj, strdup(job_title), streams, 1);
+ add_indexing_result(proj, strdup(job_title), streams, 1);
}
g_object_unref(workdir_file);
@@ -448,7 +448,7 @@ static gboolean merge_readable(GIOChannel *source, GIOCondition cond,
static void *run_merging(const char *job_title,
const char *job_notes,
struct crystfelproject *proj,
- struct gui_result *input,
+ struct gui_indexing_result *input,
void *opts_priv)
{
char n_thread_str[64];