mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
wip: io-uring
This commit is contained in:
parent
ae8394b0c1
commit
ff20913397
2 changed files with 100 additions and 57 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue