X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/f0dcb6b97d6d40f67698d1f71ac26970f1776f82..ebd5aef6dc92accb509b1cc67eaf72159f35cdfa:/paxos_protocol.h diff --git a/paxos_protocol.h b/paxos_protocol.h index c61e2eb..30a3d2c 100644 --- a/paxos_protocol.h +++ b/paxos_protocol.h @@ -33,7 +33,7 @@ namespace paxos_protocol { REMOTE_PROCEDURE(2, acceptreq, (bool &, node_t, unsigned, prop_t, value_t)); REMOTE_PROCEDURE(3, decidereq, (int &, node_t, unsigned, value_t)); REMOTE_PROCEDURE(4, heartbeat, (int &, string, unsigned)); -}; +} MARSHALLABLE_STRUCT(paxos_protocol::prepareres)