~raghavendra-prabhu/percona-xtradb-cluster/release-5.5.30-galera-2.x

« back to all changes in this revision

Viewing changes to gcomm/src/gcomm/transport.hpp

  • Committer: Raghavendra D Prabhu
  • Date: 2013-04-12 15:26:34 UTC
  • mfrom: (95.2.24 2.x)
  • Revision ID: raghavendra.prabhu@percona.com-20130412152634-2y2u0swshf5fie2x
Merge lp:galera-2.x upto revision 150.

Following bugs are fixed:

lp:1166065
lp:1164992

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    virtual std::string listen_addr() const
60
60
    {
61
61
        gu_throw_fatal << "not supported";
62
 
        throw;
63
62
    }
64
63
    virtual Transport*  accept();
65
64
    virtual void handle_accept(Transport*)