aboutsummaryrefslogtreecommitdiff
path: root/src/wsocket.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@impa.br>2012-12-11 16:35:27 -0200
committerDiego Nehab <diego@impa.br>2012-12-11 16:35:27 -0200
commit618ce43ee3950b80aca1fde0a5b12e6e13627f1b (patch)
treefc97079e13e071593086a3d6aa5b090b96c744a3 /src/wsocket.h
parent66670c354146feb8c9603f10682fabcba44a05a9 (diff)
downloadluasocket-618ce43ee3950b80aca1fde0a5b12e6e13627f1b.tar.gz
luasocket-618ce43ee3950b80aca1fde0a5b12e6e13627f1b.tar.bz2
luasocket-618ce43ee3950b80aca1fde0a5b12e6e13627f1b.zip
Fix socket_accept usage to depend on family.
Diffstat (limited to 'src/wsocket.h')
-rw-r--r--src/wsocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wsocket.h b/src/wsocket.h
index 8e0f114..0783b00 100644
--- a/src/wsocket.h
+++ b/src/wsocket.h
@@ -12,6 +12,7 @@
12#include <ws2tcpip.h> 12#include <ws2tcpip.h>
13 13
14typedef int socklen_t; 14typedef int socklen_t;
15typedef SOCKADDR_STORAGE t_sockaddr_storage;
15typedef SOCKET t_socket; 16typedef SOCKET t_socket;
16typedef t_socket *p_socket; 17typedef t_socket *p_socket;
17 18