Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libfreerdp-core/rdp.h')
-rw-r--r--libfreerdp-core/rdp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libfreerdp-core/rdp.h b/libfreerdp-core/rdp.h
index 6ce5cad..1596776 100644
--- a/libfreerdp-core/rdp.h
+++ b/libfreerdp-core/rdp.h
@@ -65,11 +65,12 @@ struct rdp_rdp
UNICONV *uniconv;
RDPCOMP mppc_dict;
struct rdp_sec * sec;
- struct rdp_set * settings; // RDP settings
+ struct rdp_network * net;
+ struct rdp_set * settings;
struct rdp_orders * orders;
struct rdp_pcache * pcache;
struct rdp_cache * cache;
- struct rdp_app * app; // RemoteApp
+ struct rdp_app * app;
struct rdp_ext * ext;
/* Session Directory redirection */
int redirect;