diff options
Diffstat (limited to 'include/osmocom/core')
-rw-r--r-- | include/osmocom/core/stats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/stats.h b/include/osmocom/core/stats.h index 362d3fb3..39eae088 100644 --- a/include/osmocom/core/stats.h +++ b/include/osmocom/core/stats.h @@ -66,6 +66,7 @@ struct osmo_stats_reporter { int fd; struct msgb *buffer; int agg_enabled; + int force_single_flush; struct llist_head list; int (*open)(struct osmo_stats_reporter *srep); |