xref: /aosp_15_r20/external/liburing/man/io_uring_get_probe.3 (revision 25da2bea747f3a93b4c30fd9708b0618ef55a0e6)
Copyright (C) 2022 Stefan Roesch <[email protected]>

SPDX-License-Identifier: LGPL-2.0-or-later

io_uring_get_probe "January 25, 2022" "liburing-2.1" "liburing Manual"
NAME
io_uring_get_probe - get probe instance
SYNOPSIS
 #include <liburing.h> 

"io_uring_probe *io_uring_get_probe(void);"

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).

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)