Adding initial code for periodic saving of epgdb to disk

This commit is contained in:
andyb2000 2013-03-06 21:12:42 +00:00
parent 4724e01d13
commit 8b8868e5ff

View file

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