LEXICOGRAPHIC_COMPARISON(prop_t)
};
-MARSHALLABLE(prop_t)
+MARSHALLABLE_STRUCT(prop_t)
namespace paxos_protocol {
enum status : rpc_protocol::status { OK, ERR };
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(paxos_protocol::prepareres)
+MARSHALLABLE_STRUCT(paxos_protocol::prepareres)
#endif