~percona-core/percona-xtradb-cluster/galera-3.5

« back to all changes in this revision

Viewing changes to gcomm/test/check_trace.hpp

  • Committer: Raghavendra D Prabhu
  • Date: 2014-03-16 00:20:57 UTC
  • mfrom: (155.1.21 3.x)
  • Revision ID: raghavendra.prabhu@percona.com-20140316002057-8kz6pzq48cl6nwc3
Merge galera-3.x upto revno 176

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
                                       std::mem_fun(&Protolay::connect), first)));
293
293
        }
294
294
 
295
 
        void close()
 
295
        void close(bool force = false)
296
296
        {
297
297
            for (std::list<Protolay*>::iterator i = protos_.begin();
298
298
                 i != protos_.end(); ++i)