aboutsummaryrefslogtreecommitdiff
path: root/src/tcp.h
diff options
context:
space:
mode:
authorFlorian Zeitz <florob@babelmonkeys.de>2011-06-14 01:17:07 +0200
committerSam Roberts <vieuxtech@gmail.com>2012-04-11 13:33:34 -0700
commit923eef192925cae29223974dbf1addd59b4b0f28 (patch)
treefa8a9daf1b6acd5a7b9d0b6528d0aba8147ac8d0 /src/tcp.h
parent5c33ef99977587dd9ae4e013d2d43aa8bf493ad1 (diff)
downloadluasocket-923eef192925cae29223974dbf1addd59b4b0f28.tar.gz
luasocket-923eef192925cae29223974dbf1addd59b4b0f28.tar.bz2
luasocket-923eef192925cae29223974dbf1addd59b4b0f28.zip
Rework binding IPv6 sockets by harmonizing it with the IPv4 variant
Diffstat (limited to 'src/tcp.h')
-rw-r--r--src/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tcp.h b/src/tcp.h
index a536b49..4dc9c4a 100644
--- a/src/tcp.h
+++ b/src/tcp.h
@@ -25,6 +25,7 @@ typedef struct t_tcp_ {
25 t_io io; 25 t_io io;
26 t_buffer buf; 26 t_buffer buf;
27 t_timeout tm; 27 t_timeout tm;
28 int domain;
28} t_tcp; 29} t_tcp;
29 30
30typedef t_tcp *p_tcp; 31typedef t_tcp *p_tcp;