diff options
Diffstat (limited to 'src/udp.h')
-rw-r--r-- | src/udp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ | |||
23 | #define UDP_DATAGRAMSIZE 8192 | 23 | #define UDP_DATAGRAMSIZE 8192 |
24 | 24 | ||
25 | typedef struct t_udp_ { | 25 | typedef 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; |
29 | typedef t_udp *p_udp; | 29 | typedef t_udp *p_udp; |
30 | 30 | ||