K 10 svn:author V 6 marcus K 8 svn:date V 27 2005-04-07T01:18:24.000000Z K 7 svn:log V 539 * When a file monitored with kqueue is moved or removed, gamin does not monitor it anymore. The patch fixes the issue by adding moved/removed files to the exist_list, so that gamin detects when they are recreated * No CHANGED event is emitted for the files contained in a monitored directory, because kqueue can't do that. The patch adds periodic polling for these files * Instead of calling kevent() every second, the patch uses an I/O watch (g_io_add_watch()) PR: 79605 Submitted by: Jean-Yves Lefort END