LEXICOGRAPHIC_COMPARISON(prop_t)
};
-MARSHALLABLE_STRUCT(prop_t)
-
namespace paxos_protocol {
enum status : rpc_protocol::status { OK, ERR };
struct prepareres {
REMOTE_PROCEDURE(4, heartbeat, (int &, string, unsigned));
}
-MARSHALLABLE_STRUCT(paxos_protocol::prepareres)
-
#endif