CTLSTAT_FLAG_TOTALS
#define F_TOTALS(ctx) ((ctx)->flags & CTLSTAT_FLAG_TOTALS)
ctx.flags |= CTLSTAT_FLAG_TOTALS;
(ctx.flags & CTLSTAT_FLAG_TOTALS))