1io_uring_get_probe(3) liburing Manual io_uring_get_probe(3)
2
3
4
6 io_uring_get_probe - get probe instance
7
9 #include <liburing.h>
10
11 io_uring_probe *io_uring_get_probe(void);
12
14 The function io_uring_get_probe(3) returns an allocated io_uring_probe
15 structure to the caller. The caller is responsible for freeing the
16 structure with the function io_uring_free_probe(3).
17
18
20 Earlier versions of the Linux kernel do not support probe. If the ker‐
21 nel doesn't support probe, this function will return NULL.
22
23
25 On success it returns an allocated io_uring_probe structure, otherwise
26 it returns NULL.
27
29 io_uring_free_probe(3)
30
31
32
33liburing-2.1 January 25, 2022 io_uring_get_probe(3)