]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
watchdog: rename tv_mutex_init to tvh_mutex_init
authorPablo <trujulu@gmail.com>
Wed, 28 Nov 2018 20:23:15 +0000 (21:23 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 29 Nov 2018 10:52:25 +0000 (11:52 +0100)
src/watchdog.c

index 47143950d25fa016b0618a90a3cca867242b6cb2..9fcb4d857cbef27e0dfa4fa1405c9437956eed65 100644 (file)
@@ -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");
   }