X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/4e881433f37417ccbda89c09ffdf936855d462d4..eb3d5c6416c0f0d1cad35e52af3231de7866fea8:/paxos_protocol.h?ds=sidebyside 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)