#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
#include <fstream>
#include <sys/syscall.h>
#include <sys/inotify-syscalls.h>
#include "inotify-cxx.h"
Defines | |
#define | PROCFS_INOTIFY_BASE "/proc/sys/fs/inotify/" |
procfs inotify base path | |
#define | DUMP_SEP |
dump separator (between particular entries) |
inotify C++ interface
Copyright (C) 2006, 2007, 2009 Lukas Jelinek <lukas@aiken.cz>
This program is free software; you can redistribute it and/or modify it under the terms of one of the following licenses:
Credits: Mike Frysinger (cleanup of includes)
#define DUMP_SEP |
Value:
({ \ if (!rStr.empty()) { \ rStr.append(","); \ } \ })
#define PROCFS_INOTIFY_BASE "/proc/sys/fs/inotify/" |
procfs inotify base path