~ubuntu-branches/ubuntu/wily/trafficserver/wily

« back to all changes in this revision

Viewing changes to proxy/logging/LogSock.h

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2012-12-17 22:28:16 UTC
  • mfrom: (5.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121217222816-7xwjsx5k76zkb63d
Tags: 3.2.0-1ubuntu1
* Revert FreeBSD strerror_r() fixes that give errors with glibc 2.16.
* Apply patch from Konstantinos Margaritis to define barriers on ARM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  bool pending_message_on(int cid, int timeout_msec = 0);
77
77
  bool pending_connect(int timeout_msec = 0);
78
78
 
79
 
  int listen(int accept_port);
 
79
  int listen(int accept_port, int family = AF_INET);
80
80
  int accept();
81
 
  int connect(unsigned ip, int port);
82
 
  int connect(char *host, int port);
 
81
  int connect(sockaddr const* ip);
83
82
 
84
83
  void close(int cid);          // this connection
85
84
  void close();                 // all connections