logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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