diff options
Diffstat (limited to 'src/udp.h')
-rw-r--r-- | src/udp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ | |||
23 | typedef struct t_udp_ { | 23 | typedef struct t_udp_ { |
24 | t_socket sock; | 24 | t_socket sock; |
25 | t_timeout tm; | 25 | t_timeout tm; |
26 | int domain; | ||
26 | } t_udp; | 27 | } t_udp; |
27 | typedef t_udp *p_udp; | 28 | typedef t_udp *p_udp; |
28 | 29 | ||