diff options
Diffstat (limited to 'client/libacron/private/connection.h')
-rw-r--r-- | client/libacron/private/connection.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/client/libacron/private/connection.h b/client/libacron/private/connection.h index a76fada..a2bb62f 100644 --- a/client/libacron/private/connection.h +++ b/client/libacron/private/connection.h @@ -10,10 +10,6 @@ #include "libac.h" #include <stdbool.h> -#ifdef WIN32 -#include <winsock2.h> -#endif - /** * Used to transfer deserialization result from receive handler to ac_receive(). */ @@ -30,8 +26,6 @@ struct ac_connection { ac_connection_parameters_t parameters; struct wic_inst inst; char *url; - SOCKET fd; - bool established; /* Result from message handler. * Message handling will happen at the same thread as ac_receive (lib wic). */ struct ac_result result; |