From 70a4ebd3fbdfbfc03db0c7529059a1c6147f1cbd Mon Sep 17 00:00:00 2001
From: Anthony Minessale <anthm@freeswitch.org>
Date: Wed, 14 Dec 2011 14:38:00 -0600
Subject: [PATCH] sorry windows...

---
 libs/esl/src/esl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/esl/src/esl.c b/libs/esl/src/esl.c
index 01c87fd9e5..8869acf43a 100644
--- a/libs/esl/src/esl.c
+++ b/libs/esl/src/esl.c
@@ -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;
 };