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 14c5d74 commit 3bc451bCopy full SHA for 3bc451b
src/io/sendmsg_zc.rs
@@ -40,6 +40,7 @@ impl Completable for SendMsgZc {
40
// Convert the operation result to `usize`
41
let res = cqe.result.map(|v| v as usize);
42
43
+ // Recover the msghdr.
44
let msghdr = self.msghdr;
45
46
(msghdr, res)
0 commit comments