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 7f02991 commit c35b357Copy full SHA for c35b357
src/io/sendmsg_zc.rs
@@ -21,7 +21,7 @@ impl Op<SendMsgZc, MultiCQEFuture> {
21
x.handle().expect("Not in a runtime context").submit_op(
22
SendMsgZc {
23
fd: fd.clone(),
24
- msghdr: (*msghdr).clone(),
+ msghdr: (*msghdr).copy(),
25
bytes: 0,
26
},
27
|sendmsg_zc| {
0 commit comments