|
DMTCP
|
#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 } |
| #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.
| anonymous enum |
| Enumerator | |
|---|---|
| EFD_SEMAPHORE | |
Definition at line 58 of file eventconnection.h.
1.8.4