Inotify wrapper. More...
#include "cargo-ipc/epoll/event-poll.hpp"
#include <functional>
#include <mutex>
#include <vector>
#include <sys/inotify.h>
Go to the source code of this file.
Classes | |
class | utils::Inotify |
Inotify monitors a directory and when a specified file or folder is created or deleted it calls a corresponding handler. More... | |
struct | utils::Inotify::Handler |
Namespaces | |
utils | |
Inotify wrapper.