diff options
author | Thomas White <taw@physics.org> | 2019-03-07 16:42:09 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-03-07 16:42:09 +0100 |
commit | 166b4db3ba9a323553d4a25eae76725d59eb1141 (patch) | |
tree | b63c6d98beb20b3f0028dc929807d02e401edd6c /src/im-sandbox.h | |
parent | fdd99e5c505bccf0500ccde3a33bf4cf9c98e2a0 (diff) |
indexamajig: Status message improvements
1. Show the number of hits
2. Keep producing updates while the last patterns are being processed
3. Don't duplicate the code for displaying the status messages
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 eddced68..ee2de993 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -72,6 +72,7 @@ struct sb_shm pthread_mutex_t totals_lock; int n_processed; + int n_hits; int n_hadcrystals; int n_crystals; }; |