diff options
Diffstat (limited to 'src/detector.h')
-rw-r--r-- | src/detector.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h index 67b10870..42651ebd 100644 --- a/src/detector.h +++ b/src/detector.h @@ -72,6 +72,10 @@ struct detector struct badregion *bad; int n_bad; + + char *mask; + unsigned int mask_bad; + unsigned int mask_good; }; |