X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/24bebc0ecf83446c7371eff69042322aab34976a..3abd3952c1f4441f0dd6eae9883b2d01ed9cd56b:/paxos.h diff --git a/paxos.h b/paxos.h index 426dfef..642d3ff 100644 --- 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;