~ci-train-bot/lightdm/lightdm-ubuntu-zesty-1679

« back to all changes in this revision

Viewing changes to src/xdmcp-protocol.h

  • Committer: Robert Ancell
  • Date: 2015-10-29 23:10:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2235.
  • Revision ID: robert.ancell@canonical.com-20151029231032-fh9difqxe7thkyg4
Implement XDMCP ForwardQuery

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
        struct
61
61
        {
62
 
            gchar *client_address;
63
 
            gchar *client_port;
 
62
            XDMCPData client_address;
 
63
            XDMCPData client_port;
64
64
            gchar **authentication_names;
65
65
        } ForwardQuery;
66
66