Sha256: fac6e273ef9e738d446c1abdd117efbbf293538da8d8643d39c6dc0cc852726b
Contents?: true
Size: 234 Bytes
Versions: 6
Compression:
Stored size: 234 Bytes
Contents
/* SPDX-License-Identifier: MIT */ #ifndef LIBURING_SETUP_H #define LIBURING_SETUP_H int __io_uring_queue_init_params(unsigned entries, struct io_uring *ring, struct io_uring_params *p, void *buf, size_t buf_size); #endif
Version data entries
6 entries across 6 versions & 2 rubygems