aboutsummaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-10-07 04:40:59 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-10-07 04:40:59 +0000
commitf4dadea763c1959a27dead24df3ee6c54c209842 (patch)
treec13b294a8ca5438d59b60e3f5a25a4f7c1fc9a1b /src/udp.h
parent562d8cceb704a96a7b2f9acc4bc229ab9f5c6541 (diff)
downloadluasocket-f4dadea763c1959a27dead24df3ee6c54c209842.tar.gz
luasocket-f4dadea763c1959a27dead24df3ee6c54c209842.tar.bz2
luasocket-f4dadea763c1959a27dead24df3ee6c54c209842.zip
Before compiling on Windows.
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/udp.h b/src/udp.h
index 3591998..d29f833 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -23,8 +23,8 @@
23#define UDP_DATAGRAMSIZE 8192 23#define UDP_DATAGRAMSIZE 8192
24 24
25typedef struct t_udp_ { 25typedef struct t_udp_ {
26 t_sock sock; 26 t_socket sock;
27 t_tm tm; 27 t_timeout tm;
28} t_udp; 28} t_udp;
29typedef t_udp *p_udp; 29typedef t_udp *p_udp;
30 30