aboutsummaryrefslogtreecommitdiff
path: root/src/scaling-report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scaling-report.h')
-rw-r--r--src/scaling-report.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scaling-report.h b/src/scaling-report.h
index 473e1759..1d430042 100644
--- a/src/scaling-report.h
+++ b/src/scaling-report.h
@@ -41,10 +41,11 @@ typedef struct _srcontext SRContext; /* Opaque */
/* Information is logged in this structure */
struct srdata
{
- int n_no_refine; /* Number that couldn't be refined */
Crystal **crystals;
int n;
RefList *full;
+
+ int n_filtered;
};
#ifdef HAVE_CAIRO