diff options
Diffstat (limited to 'src/tcp.h')
-rw-r--r-- | src/tcp.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,10 +23,10 @@ | |||
23 | #include "socket.h" | 23 | #include "socket.h" |
24 | 24 | ||
25 | typedef struct t_tcp_ { | 25 | typedef struct t_tcp_ { |
26 | t_sock sock; | 26 | t_socket sock; |
27 | t_io io; | 27 | t_io io; |
28 | t_buf buf; | 28 | t_buffer buf; |
29 | t_tm tm; | 29 | t_timeout tm; |
30 | } t_tcp; | 30 | } t_tcp; |
31 | 31 | ||
32 | typedef t_tcp *p_tcp; | 32 | typedef t_tcp *p_tcp; |