diff options
author | Thomas White <taw@physics.org> | 2020-05-05 12:26:40 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:42:57 +0200 |
commit | b73cd82b31281d2359fccf18f0b1a3d2b9ed3032 (patch) | |
tree | 0c4c7283baafbd6f0edde08e9168ba0c56464de5 /src/gui_backend_local.c | |
parent | a170c8d8f69f8682a17869a809aaede036fb0254 (diff) |
Implement save_project()
Diffstat (limited to 'src/gui_backend_local.c')
-rw-r--r-- | src/gui_backend_local.c | 1 |
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, |