EHS
|
#include "ehs/io/FileMonitor_UNX.h"
#include "ehs/Log.h"
#include <sys/inotify.h>
#include <cerrno>
#include <unistd.h>
#include <fcntl.h>
Namespaces | |
namespace | ehs |
Macros | |
#define | BUF_LEN (1024 * (sizeof(inotify_event) + 16)) |
#define BUF_LEN (1024 * (sizeof(inotify_event) + 16)) |