diff options
Diffstat (limited to 'src/stats.c')
-rw-r--r-- | src/stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.c b/src/stats.c index 1efc8cd8..dee5d81a 100644 --- a/src/stats.c +++ b/src/stats.c @@ -107,7 +107,7 @@ static int start_timer() if (!is_initialised) return -ESRCH; - osmo_stats_timer.cb = osmo_stats_timer_cb; + osmo_timer_setup(&osmo_stats_timer, osmo_stats_timer_cb, NULL); osmo_timer_schedule(&osmo_stats_timer, 0, 1); return 0; |