Sponsor:

Your company here, and a link to your site. Click to find out more.

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

io_uring_get_probe(3)

Referenced By

io_uring_get_probe(3).

January 25, 2022 liburing-2.1 liburing Manual