1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

net: move unix socket code to net.unix and skip net/unix/unix_test.v … (#8681)

This commit is contained in:
bettafish04
2021-02-11 17:51:12 +01:00
committed by GitHub
parent f8db44bb15
commit 9b4f2edbfa
10 changed files with 561 additions and 425 deletions

View File

@@ -16,7 +16,6 @@ pub enum SocketType {
// SocketFamily are the available address families
pub enum SocketFamily {
inet = C.AF_INET
unix = C.AF_UNIX
}
struct C.in_addr {