FreeRDP
proxyData Struct Reference

#include <proxy_context.h>

Data Fields

proxyModule * module
 
const proxyConfig * config
 
pServerContext * ps
 
pClientContext * pc
 
HANDLE abort_event
 
HANDLE client_thread
 
HANDLE gfx_server_ready
 
char session_id [PROXY_SESSION_ID_LENGTH+1]
 
wHashTable * modules_info
 
psPeerReceiveChannelData server_receive_channel_data_original
 

Detailed Description

Holds data common to both sides of a proxy's session.

Field Documentation

◆ abort_event

HANDLE proxyData::abort_event

◆ client_thread

HANDLE proxyData::client_thread

◆ config

const proxyConfig* proxyData::config

◆ gfx_server_ready

HANDLE proxyData::gfx_server_ready

◆ module

proxyModule* proxyData::module

◆ modules_info

wHashTable* proxyData::modules_info

◆ pc

pClientContext* proxyData::pc

◆ ps

pServerContext* proxyData::ps

◆ server_receive_channel_data_original

psPeerReceiveChannelData proxyData::server_receive_channel_data_original

◆ session_id

char proxyData::session_id[PROXY_SESSION_ID_LENGTH+1]

The documentation for this struct was generated from the following file: