|
|
@ -465,7 +465,6 @@ typedef struct _rfbClientRec {
|
|
|
|
int protocolMinorVersion;
|
|
|
|
int protocolMinorVersion;
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef LIBVNCSERVER_HAVE_LIBPTHREAD
|
|
|
|
#ifdef LIBVNCSERVER_HAVE_LIBPTHREAD
|
|
|
|
int pipe_notify_client_thread[2];
|
|
|
|
|
|
|
|
pthread_t client_thread;
|
|
|
|
pthread_t client_thread;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
@ -692,6 +691,9 @@ typedef struct _rfbClientRec {
|
|
|
|
rfbSslCtx *sslctx;
|
|
|
|
rfbSslCtx *sslctx;
|
|
|
|
wsCtx *wsctx;
|
|
|
|
wsCtx *wsctx;
|
|
|
|
char *wspath; /* Requests path component */
|
|
|
|
char *wspath; /* Requests path component */
|
|
|
|
|
|
|
|
#ifdef LIBVNCSERVER_HAVE_LIBPTHREAD
|
|
|
|
|
|
|
|
int pipe_notify_client_thread[2];
|
|
|
|
|
|
|
|
#endif
|
|
|
|
} rfbClientRec, *rfbClientPtr;
|
|
|
|
} rfbClientRec, *rfbClientPtr;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|