DMTCP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Constant Groups | Macros | Enumerations
eventconnection.h File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdint.h>
#include <signal.h>
#include "connection.h"
#include "connectionlist.h"

Go to the source code of this file.

Classes

struct  epoll_event
 
struct  signalfd_siginfo
 

Namespaces

 dmtcp
 

Constant Groups

 dmtcp
 

Macros

#define EVENTCONNECTION_H
 
#define _SYS_EPOLL_H   1
 
#define EPOLL_CTL_ADD   1 /* Add a file decriptor to the interface. */
 
#define EPOLL_CTL_DEL   2 /* Remove a file decriptor from the interface. */
 
#define EPOLL_CTL_MOD   3 /* Change file decriptor epoll_event structure. */
 

Enumerations

enum  { EFD_SEMAPHORE = 1 }
 

Macro Definition Documentation

#define _SYS_EPOLL_H   1

Definition at line 47 of file eventconnection.h.

#define EPOLL_CTL_ADD   1 /* Add a file decriptor to the interface. */

Definition at line 50 of file eventconnection.h.

#define EPOLL_CTL_DEL   2 /* Remove a file decriptor from the interface. */

Definition at line 51 of file eventconnection.h.

#define EPOLL_CTL_MOD   3 /* Change file decriptor epoll_event structure. */

Definition at line 52 of file eventconnection.h.

#define EVENTCONNECTION_H

Definition at line 26 of file eventconnection.h.

Enumeration Type Documentation

anonymous enum
Enumerator
EFD_SEMAPHORE 

Definition at line 58 of file eventconnection.h.