Skyld AV  0.6
On access virus scanning for Linux
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Variables
MountPolling.cc File Reference

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"
Include dependency graph for MountPolling.cc:

Go to the source code of this file.

Macros

#define _GNU_SOURCE
 
#define _POSIX_C_SOURCE   200809L
 

Variables

static pthread_t thread
 thread. More...
 

Detailed Description

Poll /proc/mounts to detect mount events.

Definition in file MountPolling.cc.

Macro Definition Documentation

#define _GNU_SOURCE

Definition at line 25 of file MountPolling.cc.

#define _POSIX_C_SOURCE   200809L

Definition at line 27 of file MountPolling.cc.

Variable Documentation

pthread_t thread
static

thread.

Definition at line 51 of file MountPolling.cc.