typedef struct _displayEntry {
struct _displayEntry *next;
int type;
int notAllowed;
int notBroadcast;
int chooser;
union _displayType {
char *aliasName;
char *displayPattern;
struct _display {
ARRAY8 clientAddress;
CARD16 connectionType;
} displayAddress;
} entry;
HostEntry *hosts;