aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_backend_local.c')
-rw-r--r--src/gui_backend_local.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c
index 640dce5d..27887f94 100644
--- a/src/gui_backend_local.c
+++ b/src/gui_backend_local.c
@@ -307,6 +307,7 @@ static void init_backend(struct crystfelproject *proj)
struct crystfel_backend _backend_local =
{
+ .name = "local",
.init = init_backend,
.shutdown = shutdown_backend,
.run_unitcell = run_unitcell,