struct EpollEvent @packed { uint events; /* Epoll events */ EpollData data; /* User data variable */ }