]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Adding initial code for periodic saving of epgdb to disk
authorandyb2000 <andy@broadcast-tech.co.uk>
Wed, 6 Mar 2013 21:12:42 +0000 (21:12 +0000)
committerandyb2000 <andy@broadcast-tech.co.uk>
Wed, 6 Mar 2013 21:12:42 +0000 (21:12 +0000)
src/epgdb.c

index 33e531430817328a98e8859a9b8c76292e5846fe..30ee6caad69f9ca8b23111e1a27e26df5b294db5 100644 (file)
@@ -226,6 +226,9 @@ void epg_init ( void )
   /* Close file */
   munmap(mem, st.st_size);
   close(fd);
+
+  /* Create timer thread */
+
 }
 
 /* **************************************************************************