From: Pablo Date: Wed, 28 Nov 2018 20:23:15 +0000 (+0100) Subject: watchdog: rename tv_mutex_init to tvh_mutex_init X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=220e56043d0ef13e015c345869c2d7a7ea1f1083;p=thirdparty%2Ftvheadend.git watchdog: rename tv_mutex_init to tvh_mutex_init --- diff --git a/src/watchdog.c b/src/watchdog.c index 47143950d..9fcb4d857 100644 --- a/src/watchdog.c +++ b/src/watchdog.c @@ -71,7 +71,7 @@ void watchdog_init(void) watchdog_exiting = 0; tvh_cond_init(&watchdog_exiting_cond, 1); - tv_mutex_init(&watchdog_exiting_mutex, NULL); + tvh_mutex_init(&watchdog_exiting_mutex, NULL); tvh_thread_create(&watchdog_tid, NULL, watchdog_thread, NULL, "systemd watchdog"); }