projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed two major bugs in paxos.cc.
[invirt/third/libt4.git]
/
paxos.h
diff --git
a/paxos.h
b/paxos.h
index
426dfef
..
642d3ff
100644
(file)
--- a/
paxos.h
+++ b/
paxos.h
@@
-29,7
+29,7
@@
class proposer_acceptor {
paxos_change *delegate;
node_t me;
- rpcs pxs = {(uint32_t)std::stoi(me)};
+ rpcs pxs{(in_port_t)stoi(me)};
bool break1 = false;
bool break2 = false;