wip: io-uring

This commit is contained in:
Daniel Eklöf 2025-05-08 10:06:45 +02:00
parent ae8394b0c1
commit ff20913397
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 100 additions and 57 deletions

View file

@ -435,8 +435,12 @@ struct terminal {
#if defined(FOOT_IO_URING)
struct {
struct io_uring ring;
struct io_uring_buf_ring *buf_ring;
struct io_uring_buf_ring *bring;
uint8_t **buffers;
int bgid;
unsigned int bsize;
unsigned int bcount;
} uring;
#endif