diff options
Diffstat (limited to 'src/tcp.h')
-rw-r--r-- | src/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||
30 | typedef t_tcp *p_tcp; | 31 | typedef t_tcp *p_tcp; |