KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
Loading...
Searching...
No Matches
Data Fields
KlEventLoop Struct Reference

#include <event.h>

Collaboration diagram for KlEventLoop:
Collaboration graph
[legend]

Data Fields

int fd
 
void * _backend
 
KlAllocatoralloc
 

Field Documentation

◆ fd

int KlEventLoop::fd

epoll_fd or kqueue_fd, -1 for io_uring

◆ _backend

void* KlEventLoop::_backend

reserved for backend-specific state

◆ alloc

KlAllocator* KlEventLoop::alloc

set before kl_event_init; used by io_uring backend


The documentation for this struct was generated from the following file: