io_uring_free_probe - Man Page
free probe instance
Synopsis
#include <liburing.h> void io_uring_free_probe(struct io_uring_probe *probe);
Description
The function io_uring_free_probe(3) frees the probe instance allocated with the io_uring_get_probe(3) function.
Return Value
None
See Also
Referenced By
January 25, 2022 liburing-2.1 liburing Manual