]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
main: added tsfile_done() call
authorAdam Sutton <dev@adamsutton.me.uk>
Fri, 11 Apr 2014 22:47:55 +0000 (23:47 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Mon, 14 Apr 2014 16:51:16 +0000 (17:51 +0100)
src/main.c

index 18ed5146b58875e4f930b04d0aab7af1f8a81f0a..93b0beb5ab0ca003c45b3ef8f3d6f1b5d4e66f3d 100644 (file)
@@ -846,6 +846,9 @@ main(int argc, char **argv)
 #if ENABLE_LINUXDVB
   tvhftrace("main", linuxdvb_done);
 #endif
+#if ENABLE_TSFILE
+  tvhftrace("main", tsfile_done);
+#endif
 
   // Note: the locking is obviously a bit redundant, but without
   //       we need to disable the gtimer_arm call in epg_save()