From 8b8868e5ff37925429e08adb1629eb9ce8c447cd Mon Sep 17 00:00:00 2001 From: andyb2000 Date: Wed, 6 Mar 2013 21:12:42 +0000 Subject: [PATCH] Adding initial code for periodic saving of epgdb to disk --- src/epgdb.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/epgdb.c b/src/epgdb.c index 33e53143..30ee6caa 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 */ + } /* **************************************************************************