]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
sorry windows...
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 14 Dec 2011 20:38:00 +0000 (14:38 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 14 Dec 2011 20:38:00 +0000 (14:38 -0600)
libs/esl/src/esl.c

index 01c87fd9e5934a6dcab527626e8f4c2adcaee6d5..8869acf43a5f60e3dc066cbb032aa3be2cc282c0 100644 (file)
@@ -614,8 +614,8 @@ static int esl_socket_reuseaddr(esl_socket_t socket)
 
 struct thread_handler {
        esl_listen_callback_t callback;
-       int server_sock;
-       int client_sock;
+       esl_socket_t server_sock;
+       esl_socket_t client_sock;
        struct sockaddr_in addr;
 };