sorry windows...

This commit is contained in:
Anthony Minessale 2011-12-14 14:38:00 -06:00
parent 6e7d44af42
commit 70a4ebd3fb
1 changed files with 2 additions and 2 deletions

View 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;
};