~jheiss/galera/galera

« back to all changes in this revision

Viewing changes to gcomm/src/gmcast.hpp

  • Committer: Alex Yurchenko
  • Date: 2011-08-20 23:37:05 UTC
  • Revision ID: ayurchen@void-20110820233705-532t7g9ip8ss24sv
References lp:828648 - synced with SVN branch 0.8 r2321

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
        int               version;
126
126
        static const int max_version_ = GCOMM_GMCAST_MAX_VERSION;
127
127
        UUID              my_uuid;
 
128
        bool              use_ssl;
128
129
        std::string       group_name;
129
130
        std::string       listen_addr;
130
131
        std::string       initial_addr;
137
138
        AddrList          remote_addrs;
138
139
        AddrList          addr_blacklist;
139
140
 
 
141
 
140
142
        gmcast::ProtoMap*  proto_map;
141
143
        std::list<Socket*> mcast_tree;
142
144