Import CPR changes from experimental branch.
This commit is contained in:
parent
b9b76da02d
commit
ed4d481772
9 changed files with 925 additions and 357 deletions
8
stats.h
8
stats.h
|
|
@ -97,6 +97,14 @@ struct stats {
|
|||
|
||||
// total messages:
|
||||
unsigned int messages_total;
|
||||
|
||||
// CPR decoding:
|
||||
unsigned int cpr_global_ok;
|
||||
unsigned int cpr_global_bad;
|
||||
unsigned int cpr_global_skipped;
|
||||
unsigned int cpr_local_ok;
|
||||
unsigned int cpr_local_skipped;
|
||||
unsigned int cpr_filtered;
|
||||
};
|
||||
|
||||
void add_stats(const struct stats *st1, const struct stats *st2, struct stats *target);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue