links: allow to log processing statistics

This commit is contained in:
Kamil Trzcinski
2023-02-23 18:30:20 +01:00
parent 8b3ed0b599
commit 8042743e1a
5 changed files with 74 additions and 13 deletions

View File

@ -26,6 +26,7 @@
typedef struct log_options_s {
bool debug;
bool verbose;
unsigned stats;
char filter[256];
} log_options_t;