diff options
author | Thomas White <taw@physics.org> | 2019-10-16 16:42:29 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-10-17 10:03:41 +0200 |
commit | 96861c596671a185b1e2fc24c60d6fbdf6ee865d (patch) | |
tree | 66240f9978d094603bb7849df3d0a2857eecc2cf /src/im-sandbox.h | |
parent | bff069f97ad705b44e0432f93597a874d19baa8a (diff) |
indexamajig: Shut down gracefully after failed image load
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r-- | src/im-sandbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h index 3acd62db..400af333 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -75,6 +75,7 @@ struct sb_shm int n_hits; int n_hadcrystals; int n_crystals; + int should_shutdown; }; extern char *create_tempdir(const char *temp_location); |