aboutsummaryrefslogtreecommitdiff
path: root/include/pdp_net.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pdp_net.h')
-rw-r--r--include/pdp_net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdp_net.h b/include/pdp_net.h
index 9e638c4..4f775c6 100644
--- a/include/pdp_net.h
+++ b/include/pdp_net.h
@@ -114,7 +114,7 @@ typedef struct _pdp_udp_receiver
unsigned int x_data_size;
void *x_data;
struct sockaddr_in x_source_socket;
- int x_sslen;
+ socklen_t x_sslen;
int x_receive_finished;
int x_packet_transferred;