dix: Pull client-is-local flag up to the ClientRec

Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson
2011-06-17 13:22:41 -04:00
parent f702372822
commit 49d38b75c8
14 changed files with 20 additions and 29 deletions

View File

@@ -91,6 +91,7 @@ typedef struct _Client {
pointer requestBuffer;
pointer osPrivate; /* for OS layer, including scheduler */
char swapped;
char local;
char big_requests;
char closeDownMode;
char clientGone;