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

« back to all changes in this revision

Viewing changes to garb/garb_recv_loop.cpp

  • 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:
18
18
}
19
19
 
20
20
 
21
 
RecvLoop::RecvLoop (const Config& config) throw (gu::Exception)
 
21
RecvLoop::RecvLoop (const Config& config)
22
22
    :
23
23
    config_(config),
24
24
    gconf_ (config_.options()),
48
48
}
49
49
 
50
50
void
51
 
RecvLoop::loop() throw (gu::Exception)
 
51
RecvLoop::loop()
52
52
{
53
53
    while (1)
54
54
    {