diff --git a/wsclient.h b/wsclient.h index 5850aa8..e52a4f9 100644 --- a/wsclient.h +++ b/wsclient.h @@ -109,6 +109,7 @@ typedef struct _wsclient { wsclient_frame *current_frame; struct sockaddr_un helper_sa; int helper_sock; + void *user_data; #ifdef HAVE_LIBSSL SSL_CTX *ssl_ctx; SSL *ssl;