diff options
author | Thomas White <taw@physics.org> | 2018-12-03 14:55:32 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-12-03 18:26:28 +0100 |
commit | be36a64d562127c56e66b2c19f028f25472129d5 (patch) | |
tree | d6c20f03d5743ba5e64cd76109e647f7f632928c /src/process_image.h | |
parent | 4859c44d35f7c71f39237b716090eb086c134795 (diff) |
indexamajig: Add --wait-for-file
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h index d4b1ce59..90925592 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -113,6 +113,7 @@ struct index_args struct xgandalf_options xgandalf_opts; struct felix_options felix_opts; struct spectrum *spectrum; + signed int wait_for_file; /* -1 means wait forever */ }; |