CernVM-FS
2.12.0
|
#include <errno.h>
#include <fcntl.h>
#include <linux/limits.h>
#include <poll.h>
#include <sys/inotify.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#include <cassert>
#include <string>
#include <vector>
#include "file_watcher_inotify.h"
#include "util/logging.h"
#include "util/posix.h"
Go to the source code of this file.
Namespaces | |
file_watcher | |