1io_uring_free_probe(3) liburing Manual io_uring_free_probe(3)
23
4
NAME
6io_uring_free_probe - free probe instance
7
SYNOPSIS
9#include <liburing.h>
1011
void io_uring_free_probe(struct io_uring_probe *probe);
12
DESCRIPTION
14The function io_uring_free_probe(3) frees the probe instance allocated
15with the io_uring_get_probe(3) function.
1617
RETURN VALUE
19None
20
SEE ALSO
22io_uring_get_probe(3)
2324
25
26
liburing-2.1 January 25, 2022 io_uring_free_probe(3)