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_prep_nop - prepare a nop request

Description

       The  io_uring_prep_nop(3)  function  prepares  nop (no operation) request. The submission queue entry sqe
       does not require any additional setup.

Errors

       None

Name

       io_uring_prep_nop - prepare a nop request

Return Value

       None

See Also

io_uring_get_sqe(3), io_uring_submit(3),

liburing-2.2                                    October 20, 2022                            io_uring_prep_nop(3)

Synopsis

#include<liburing.h>voidio_uring_prep_nop(structio_uring_sqe*sqe);

See Also