Skip to content

Commit cb8d951

Browse files
committed
Update
1 parent 07106a7 commit cb8d951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/io/sendmsg_zc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ impl Op<SendMsgZc, MultiCQEFuture> {
2121
x.handle().expect("Not in a runtime context").submit_op(
2222
SendMsgZc {
2323
fd: fd.clone(),
24-
msghdr: msghdr.copy(),
24+
msghdr: msghdr.clone(),
2525
bytes: 0,
2626
},
2727
|sendmsg_zc| {
2828
opcode::SendMsgZc::new(
2929
types::Fd(sendmsg_zc.fd.raw_fd()),
30-
&sendmsg_zc.msghdr as *const _
30+
&sendmsg_zc.msghdr as *const _,
3131
)
3232
.build()
3333
},

0 commit comments

Comments
 (0)