summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-08-01 20:28:10 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-08-01 20:28:10 -0700
commit6e3b7245aad0a768eecc66d52c4e32a6af8a7280 (patch)
tree801454b88f5d77ab54a6fc148684002a48a79341 /xorg/server/module/rdp.h
parenta8c3a05e509dd4ee5bfb9eac20194f4c70319aac (diff)
downloadxrdp-proprietary-6e3b7245aad0a768eecc66d52c4e32a6af8a7280.tar.gz
xrdp-proprietary-6e3b7245aad0a768eecc66d52c4e32a6af8a7280.zip
xorg driver, work on client connection
Diffstat (limited to 'xorg/server/module/rdp.h')
-rw-r--r--xorg/server/module/rdp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xorg/server/module/rdp.h b/xorg/server/module/rdp.h
index ab9f2a8c..c3533e98 100644
--- a/xorg/server/module/rdp.h
+++ b/xorg/server/module/rdp.h
@@ -111,7 +111,9 @@ struct _rdpRec
RRSetPanningProcPtr rrSetPanning;
int listen_sck;
- rdpClientCon *clientCon;
+ char uds_data[256];
+ rdpClientCon *clientConHead;
+ rdpClientCon *clientConTail;
};
typedef struct _rdpRec rdpRec;
typedef struct _rdpRec * rdpPtr;