projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cosmetic changes
[invirt/third/libt4.git]
/
config.cc
diff --git
a/config.cc
b/config.cc
index
a177362
..
8a7bf65
100644
(file)
--- a/
config.cc
+++ b/
config.cc
@@
-37,7
+37,7
@@
using std::vector;
config_view_change::~config_view_change() {}
config::config(const string & _first, const string & _me, config_view_change *_vc)
config_view_change::~config_view_change() {}
config::config(const string & _first, const string & _me, config_view_change *_vc)
- : my_view_id(0), first(_first), me(_me), vc(_vc),
+ : first(_first), me(_me), vc(_vc),
paxos(this, me == _first, me, me)
{
get_rpcs()->reg(paxos_protocol::heartbeat, &config::heartbeat, this);
paxos(this, me == _first, me, me)
{
get_rpcs()->reg(paxos_protocol::heartbeat, &config::heartbeat, this);