| author | |
| committer | |
| log | 36f1788762ef5584bd0ebf5cef85a99318230ac4 |
| tree | 52c55625fe3b63b12963fd5a009dc05036b3d00b |
| parent | c387f1340f645fe322010a80e44c9dbfeae1a7eb |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/event/loop.zig+1| ... | @@ -1273,6 +1273,7 @@ pub const Loop = struct { | ... | @@ -1273,6 +1273,7 @@ pub const Loop = struct { |
| 1273 | } | 1273 | } |
| 1274 | 1274 | ||
| 1275 | pub fn recvfrom( | 1275 | pub fn recvfrom( |
| 1276 | self: *Loop, | ||
| 1276 | sockfd: os.fd_t, | 1277 | sockfd: os.fd_t, |
| 1277 | buf: []u8, | 1278 | buf: []u8, |
| 1278 | flags: u32, | 1279 | flags: u32, |