diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-08-01 20:28:10 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-08-01 20:28:10 -0700 |
commit | 6e3b7245aad0a768eecc66d52c4e32a6af8a7280 (patch) | |
tree | 801454b88f5d77ab54a6fc148684002a48a79341 /xorg/server/module/rdpClientCon.h | |
parent | a8c3a05e509dd4ee5bfb9eac20194f4c70319aac (diff) | |
download | xrdp-proprietary-6e3b7245aad0a768eecc66d52c4e32a6af8a7280.tar.gz xrdp-proprietary-6e3b7245aad0a768eecc66d52c4e32a6af8a7280.zip |
xorg driver, work on client connection
Diffstat (limited to 'xorg/server/module/rdpClientCon.h')
-rw-r--r-- | xorg/server/module/rdpClientCon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg/server/module/rdpClientCon.h b/xorg/server/module/rdpClientCon.h index fad17b68..717e4359 100644 --- a/xorg/server/module/rdpClientCon.h +++ b/xorg/server/module/rdpClientCon.h @@ -29,10 +29,14 @@ struct _rdpClientCon int sck; int sckControlListener; int sckControl; + struct stream *out_s; + struct stream *in_s; struct _rdpClientCon *next; }; int rdpClientConCheck(ScreenPtr pScreen); +int +rdpClientConInit(rdpPtr dev); #endif |