We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a9ec6 commit 78f3f77Copy full SHA for 78f3f77
src/io/sendmsg_zc.rs
@@ -22,7 +22,7 @@ pub(crate) struct SendMsgZc<T> {
22
pub(crate) msghdr: Box<libc::msghdr>,
23
}
24
25
-impl<T: BoundedBuf> Op<SendZc<T>, MultiCQEFuture> {
+impl<T: Box<libc::msghdr>> Op<SendZc<T>, MultiCQEFuture> {
26
pub(crate) fn sendmsg_zc(fd: &SharedFd, msghdr: Box<libc::msghdr>) -> io::Result<Self> {
27
use io_uring::{opcode, types};
28
0 commit comments