1 #ifndef ULINUX_ARCH_EPOLL_H
2 #define ULINUX_ARCH_EPOLL_H
3 /*******************************************************************************
4 this code is protected by the GNU affero GPLv3
5 author:Sylvain BERTRAND <sylvain.bertrand AT gmail dot com>
6 *******************************************************************************/
7 struct ulinux_epoll_event
{
9 union ulinux_epoll_data data
;