Is to possible to use libevent to monitor a file removal/update?
Assuming that /var/log/file.1 is removed I want to report it in my program. Is this possible? If yes, how?
My operating system is Linux and I want to create a demon that fires messages during some operating system actions.
Where can I find more information?