Skyld AV
0.6
On access virus scanning for Linux
|
Poll fanotify events. More...
#include <errno.h>
#include <linux/fcntl.h>
#include <linux/limits.h>
#include <malloc.h>
#include <poll.h>
#include <signal.h>
#include <sstream>
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <string.h>
#include <sys/fanotify.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include "FanotifyPolling.h"
#include "Messaging.h"
Go to the source code of this file.
Macros | |
#define | SKYLD_POLLFANOTIFY_BUFLEN 4096 |
Poll fanotify events.
Definition in file FanotifyPolling.cc.
#define SKYLD_POLLFANOTIFY_BUFLEN 4096 |
Definition at line 42 of file FanotifyPolling.cc.