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 abfa8cd commit e04b59eCopy full SHA for e04b59e
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.clone(),
25
bytes: 0,
26
},
27
|sendmsg_zc| {
0 commit comments