diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm.h b/include/dm.h index a07af64..a7ba732 100644 --- a/include/dm.h +++ b/include/dm.h @@ -123,6 +123,7 @@ struct display { unsigned short *authNameLens; /* authorization protocol name lens */ char *clientAuthFile;/* client specified auth file */ int authComplain; /* complain when no auth for XDMCP */ + int listenTcp; /* assume server is listening on TCP */ /* information potentially derived from resources */ int authNameNum; /* number of protocol names */ |