mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 13:35:00 +00:00
sorry windows...
This commit is contained in:
parent
6e7d44af42
commit
70a4ebd3fb
@ -614,8 +614,8 @@ static int esl_socket_reuseaddr(esl_socket_t socket)
|
|||||||
|
|
||||||
struct thread_handler {
|
struct thread_handler {
|
||||||
esl_listen_callback_t callback;
|
esl_listen_callback_t callback;
|
||||||
int server_sock;
|
esl_socket_t server_sock;
|
||||||
int client_sock;
|
esl_socket_t client_sock;
|
||||||
struct sockaddr_in addr;
|
struct sockaddr_in addr;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user