Skip to content

Commit 3bc451b

Browse files
committed
Added comment.
1 parent 14c5d74 commit 3bc451b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/io/sendmsg_zc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ impl Completable for SendMsgZc {
4040
// Convert the operation result to `usize`
4141
let res = cqe.result.map(|v| v as usize);
4242

43+
// Recover the msghdr.
4344
let msghdr = self.msghdr;
4445

4546
(msghdr, res)

0 commit comments

Comments
 (0)