Skip to content

Commit

Permalink
aio: export SendMsg/RecvMsg/Shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Dec 31, 2024
1 parent c029bc0 commit d851178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/aio.zig
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,11 @@ pub const Write = ops.Write;
pub const Accept = ops.Accept;
pub const Connect = ops.Connect;
pub const Recv = ops.Recv;
pub const RecvMsg = ops.RecvMsg;
pub const Send = ops.Send;
pub const SendMsg = ops.SendMsg;
pub const OpenAt = ops.OpenAt;
pub const Shutdown = ops.Shutdown;
pub const CloseFile = ops.CloseFile;
pub const CloseDir = ops.CloseDir;
pub const Timeout = ops.Timeout;
Expand Down

0 comments on commit d851178

Please sign in to comment.