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 863ca22 commit 14c5d74Copy full SHA for 14c5d74
src/io/sendmsg_zc.rs
@@ -34,7 +34,7 @@ impl Op<SendMsgZc, MultiCQEFuture> {
34
}
35
36
impl Completable for SendMsgZc {
37
- //type Output = io::Result<usize>;
+ type Output = (libc::msghdr, io::Result<usize>) ;
38
39
fn complete(self, cqe: CqeResult) -> (libc::msghdr, io::Result<usize>) {
40
// Convert the operation result to `usize`
0 commit comments