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

#include <file_io.h>

Data Fields

void * udata
 
ssize_t result
 
int zero_copy
 

Field Documentation

◆ udata

void* KlFileIOResult::udata

connection pointer (opaque to file I/O backend)

◆ result

ssize_t KlFileIOResult::result

bytes read/transferred, or negative error

◆ zero_copy

int KlFileIOResult::zero_copy

1 = data already sent to socket (splice path)


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