X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/6b5e09540e9392a7015fae1ad3b01b0973600ff2..f0dcb6b97d6d40f67698d1f71ac26970f1776f82:/rsm_protocol.h diff --git a/rsm_protocol.h b/rsm_protocol.h index d64c0af..9cd60bd 100644 --- a/rsm_protocol.h +++ b/rsm_protocol.h @@ -20,7 +20,7 @@ struct viewstamp { LEXICOGRAPHIC_COMPARISON(viewstamp) }; -MARSHALLABLE(viewstamp) +MARSHALLABLE_STRUCT(viewstamp) namespace rsm_protocol { enum status : rpc_protocol::status { OK, ERR, BUSY}; @@ -39,7 +39,7 @@ namespace rsm_protocol { 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};