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_get_probe - get probe instance

Description

       The  function  io_uring_get_probe(3)  returns  an  allocated  io_uring_probe structure to the caller. The
       caller is responsible for freeing the structure with the function io_uring_free_probe(3).

Name

       io_uring_get_probe - get probe instance

Notes

       Earlier versions of the Linux kernel do not support probe. If the  kernel  doesn't  support  probe,  this
       function will return NULL.

Return Value

       On success it returns an allocated io_uring_probe structure, otherwise it returns NULL.

See Also

io_uring_free_probe(3)

liburing-2.1                                    January 25, 2022                           io_uring_get_probe(3)

Synopsis

#include<liburing.h>io_uring_probe*io_uring_get_probe(void);

See Also