Skyld AV
0.6
On access virus scanning for Linux
|
Poll /proc/mounts to detect mount events. More...
#include <errno.h>
#include <features.h>
#include <fcntl.h>
#include <iostream>
#include <poll.h>
#include <pthread.h>
#include <sstream>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
#include "Environment.h"
#include "FanotifyPolling.h"
#include "listmounts.h"
#include "Messaging.h"
#include "MountPolling.h"
#include "ScanCache.h"
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
#define | _POSIX_C_SOURCE 200809L |
Variables | |
static pthread_t | thread |
thread. More... | |
Poll /proc/mounts to detect mount events.
Definition in file MountPolling.cc.
#define _GNU_SOURCE |
Definition at line 25 of file MountPolling.cc.
#define _POSIX_C_SOURCE 200809L |
Definition at line 27 of file MountPolling.cc.
|
static |
thread.
Definition at line 51 of file MountPolling.cc.