Skip to content

Commit 78f3f77

Browse files
committed
Update
1 parent 94a9ec6 commit 78f3f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/sendmsg_zc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub(crate) struct SendMsgZc<T> {
2222
pub(crate) msghdr: Box<libc::msghdr>,
2323
}
2424

25-
impl<T: BoundedBuf> Op<SendZc<T>, MultiCQEFuture> {
25+
impl<T: Box<libc::msghdr>> Op<SendZc<T>, MultiCQEFuture> {
2626
pub(crate) fn sendmsg_zc(fd: &SharedFd, msghdr: Box<libc::msghdr>) -> io::Result<Self> {
2727
use io_uring::{opcode, types};
2828

0 commit comments

Comments
 (0)