~ubuntu-branches/ubuntu/trusty/haproxy/trusty-updates

« back to all changes in this revision

Viewing changes to include/types/fd.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2009-10-19 22:31:45 UTC
  • mfrom: (1.2.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20091019223145-rymupk5njs544bvp
ImportĀ upstreamĀ versionĀ 1.3.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        unsigned char ev;                    /* event seen in return of poll() : FD_POLL_* */
71
71
        struct sockaddr *peeraddr;           /* pointer to peer's network address, or NULL if unset */
72
72
        socklen_t peerlen;                   /* peer's address length, or 0 if unset */
 
73
        int local_port;                      /* optional local port */
 
74
        struct port_range *port_range;       /* optional port range to bind to */
73
75
};
74
76
 
75
77
/*