From: andyb2000 Date: Wed, 6 Mar 2013 21:12:42 +0000 (+0000) Subject: Adding initial code for periodic saving of epgdb to disk X-Git-Tag: v3.9~149^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8868e5ff37925429e08adb1629eb9ce8c447cd;p=thirdparty%2Ftvheadend.git Adding initial code for periodic saving of epgdb to disk --- diff --git a/src/epgdb.c b/src/epgdb.c index 33e531430..30ee6caad 100644 --- a/src/epgdb.c +++ b/src/epgdb.c @@ -226,6 +226,9 @@ void epg_init ( void ) /* Close file */ munmap(mem, st.st_size); close(fd); + + /* Create timer thread */ + } /* **************************************************************************