/
githubmirror
/
liburing
Обзор
Документация
Войти
/
githubmirror
/
liburing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
man/io_uring_prep_nop.3
28 строк
604 B
Samuel Williams
Add man page for `io_uring_prep_nop`
20 окт 2022, 05:22
Не верифицирован
20 окт 2022, 05:22
11251f3
Код
Авторство
О чём код?
.\" Copyright (C) 2022 Samuel Williams .\" .\" SPDX-License-Identifier: LGPL-2.0-or-later .\" .TH io_uring_prep_nop 3 "October 20, 2022" "liburing-2.2" "liburing Manual" .SH NAME io_uring_prep_nop \- prepare a nop request .SH SYNOPSIS .nf .B #include <liburing.h> .PP .BI "void io_uring_prep_nop(struct io_uring_sqe *" sqe ");" .fi .SH DESCRIPTION .PP The .BR io_uring_prep_nop (3) function prepares nop (no operation) request. The submission queue entry .I sqe does not require any additional setup. .SH RETURN VALUE None .SH ERRORS None .SH SEE ALSO .BR io_uring_get_sqe (3), .BR io_uring_submit (3),