LEXICOGRAPHIC_COMPARISON(viewstamp)
};
-MARSHALLABLE(viewstamp)
+MARSHALLABLE_STRUCT(viewstamp)
namespace rsm_protocol {
enum status : rpc_protocol::status { OK, ERR, BUSY};
REMOTE_PROCEDURE(4, joinreq, (string &, string, viewstamp));
};
-MARSHALLABLE(rsm_protocol::transferres)
+MARSHALLABLE_STRUCT(rsm_protocol::transferres)
namespace rsm_test_protocol {
enum status : rpc_protocol::status {OK, ERR};