FreeRDP
Loading...
Searching...
No Matches
private/proxy_server.h
1
24/* WARNING: API unstable region, pin your programs to a specific version, the
25 * structs defined herein might change between minor versions!
26 */
27#pragma once
28
29#include <winpr/collections.h>
30#include <freerdp/listener.h>
31
32#include <freerdp/server/proxy/proxy_config.h>
33#include <freerdp/server/proxy/proxy_context.h>
34
36{
37 rdpContext context;
38
39 proxyData* pdata;
40
41 HANDLE vcm;
42 HANDLE dynvcReady;
43
44 wHashTable* interceptContextMap;
45 wHashTable* channelsByFrontId;
46 wHashTable* channelsByBackId;
47};