From 166b4db3ba9a323553d4a25eae76725d59eb1141 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 7 Mar 2019 16:42:09 +0100 Subject: 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 --- src/im-sandbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/im-sandbox.h') 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; }; -- cgit v1.2.3