TDME2
1.9.121
src
tdme
os
network
platform
linux
KernelEventMechanismPSD.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <sys/epoll.h>
4
5
#include <
tdme/tdme.h
>
6
#include <
tdme/os/network/fwd-tdme.h
>
7
#include <
tdme/os/network/platform/linux/fwd-tdme.h
>
8
9
/**
10
* Linux kernel event mechanism platform specific data
11
* @author Andreas Drewke
12
*/
13
class
tdme::os::network::platform::_linux::KernelEventMechanismPSD
{
14
friend
class
tdme::os::network::KernelEventMechanism
;
15
16
private
:
17
/**
18
* @brief Public constructor
19
*/
20
KernelEventMechanismPSD
() :
21
ep
(0),
22
epEventListMax
(0),
23
epEventList
(NULL) {
24
//
25
}
26
27
int
ep
;
28
unsigned
int
epEventListMax
;
29
struct
epoll_event*
epEventList
;
30
};
tdme::os::network::KernelEventMechanism
Interface to kernel event mechanismns.
Definition:
KernelEventMechanism.h:17
tdme::os::network::platform::_linux::KernelEventMechanismPSD
Linux kernel event mechanism platform specific data.
Definition:
KernelEventMechanismPSD.h:13
tdme::os::network::platform::_linux::KernelEventMechanismPSD::KernelEventMechanismPSD
KernelEventMechanismPSD()
Public constructor.
Definition:
KernelEventMechanismPSD.h:20
tdme::os::network::platform::_linux::KernelEventMechanismPSD::epEventListMax
unsigned int epEventListMax
Definition:
KernelEventMechanismPSD.h:28
tdme::os::network::platform::_linux::KernelEventMechanismPSD::epEventList
struct epoll_event * epEventList
Definition:
KernelEventMechanismPSD.h:29
tdme::os::network::platform::_linux::KernelEventMechanismPSD::ep
int ep
Definition:
KernelEventMechanismPSD.h:27
fwd-tdme.h
fwd-tdme.h
tdme.h
Generated by
1.9.3