Skip to content

Commit 14c5d74

Browse files
committed
Update
1 parent 863ca22 commit 14c5d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/sendmsg_zc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl Op<SendMsgZc, MultiCQEFuture> {
3434
}
3535

3636
impl Completable for SendMsgZc {
37-
//type Output = io::Result<usize>;
37+
type Output = (libc::msghdr, io::Result<usize>) ;
3838

3939
fn complete(self, cqe: CqeResult) -> (libc::msghdr, io::Result<usize>) {
4040
// Convert the operation result to `usize`

0 commit comments

Comments
 (0)