From e9e14f22f9eb97334bc75327d9f41c9f41a39dcc Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Tue, 25 Feb 2014 20:47:34 -0800 Subject: started work on fastpath, restructure PDU in --- libxrdp/libxrdp.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'libxrdp/libxrdp.h') diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index 07c166e6..d9e5e6d1 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -37,20 +37,13 @@ #include "file_loc.h" #include "xrdp_client_info.h" -/* tcp */ -struct xrdp_tcp -{ - struct trans* trans; - struct xrdp_iso* iso_layer; /* owner */ -}; - /* iso */ struct xrdp_iso { struct xrdp_mcs* mcs_layer; /* owner */ - struct xrdp_tcp* tcp_layer; int requestedProtocol; int selectedProtocol; + struct trans* trans; }; /* used in mcs */ -- cgit v1.2.1