From 4d3d0389f8b29a3768f9ac7db94025ce57a3983c Mon Sep 17 00:00:00 2001 From: Demchenko Eugene Date: Wed, 10 Jun 2020 12:13:07 +0400 Subject: [PATCH] Update wsclient.h Add user_data field to _wsclient structure. --- wsclient.h | 1 + 1 file changed, 1 insertion(+) 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;