Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

io_uring_free_probe - free probe instance

Description

       The  function  io_uring_free_probe(3)  frees  the probe instance allocated with the io_uring_get_probe(3)
       function.

Name

       io_uring_free_probe - free probe instance

Return Value

       None

See Also

io_uring_get_probe(3)

liburing-2.1                                    January 25, 2022                          io_uring_free_probe(3)

Synopsis

#include<liburing.h>voidio_uring_free_probe(structio_uring_probe*probe);

See Also