X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/eb3d5c6416c0f0d1cad35e52af3231de7866fea8..26ade07ab0e62b98b452fbbd18edba0450035e35:/paxos_protocol.h diff --git a/paxos_protocol.h b/paxos_protocol.h index 30a3d2c..1ce3be7 100644 --- a/paxos_protocol.h +++ b/paxos_protocol.h @@ -12,8 +12,6 @@ struct prop_t { LEXICOGRAPHIC_COMPARISON(prop_t) }; -MARSHALLABLE_STRUCT(prop_t) - namespace paxos_protocol { enum status : rpc_protocol::status { OK, ERR }; struct prepareres { @@ -35,6 +33,4 @@ namespace paxos_protocol { REMOTE_PROCEDURE(4, heartbeat, (int &, string, unsigned)); } -MARSHALLABLE_STRUCT(paxos_protocol::prepareres) - #endif