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

« back to all changes in this revision

Viewing changes to gcomm/src/conf.cpp

  • Committer: Ignacio Nin
  • Date: 2012-10-31 22:57:41 UTC
  • mfrom: (95.2.11 2.x)
  • Revision ID: ignacio.nin@percona.com-20121031225741-kzcz6072mwzfpaiw
MergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    GMCastScheme + Delim + "mira";
51
51
std::string const gcomm::Conf::GMCastPeerAddr =
52
52
    GMCastScheme + Delim + "peer_addr";
 
53
std::string const gcomm::Conf::GMCastIsolate =
 
54
    GMCastScheme + Delim + "isolate";
 
55
 
53
56
// EVS
54
57
std::string const gcomm::Conf::EvsScheme = "evs";
55
58
std::string const gcomm::Conf::EvsVersion = 
80
83
    EvsScheme + Delim + "user_send_window";
81
84
std::string const gcomm::Conf::EvsUseAggregate =
82
85
    EvsScheme + Delim + "use_aggregate";
 
86
std::string const gcomm::Conf::EvsCausalKeepalivePeriod =
 
87
    EvsScheme + Delim + "causal_keepalive_period";
83
88
std::string const gcomm::Conf::EvsMaxInstallTimeouts =
84
89
    EvsScheme + Delim + "max_install_timeouts";
85
90
// PC