diff options
Diffstat (limited to 'src/udp.h')
-rw-r--r-- | src/udp.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -23,8 +23,6 @@ typedef struct t_udp_ { | |||
23 | t_socket sock; | 23 | t_socket sock; |
24 | t_timeout tm; | 24 | t_timeout tm; |
25 | int family; | 25 | int family; |
26 | size_t len; /* length of datagram buffer below */ | ||
27 | char buf[1]; /* allocate larger structure to hold actual buffer */ | ||
28 | } t_udp; | 26 | } t_udp; |
29 | typedef t_udp *p_udp; | 27 | typedef t_udp *p_udp; |
30 | 28 | ||