projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simplifications and clean-ups
[invirt/third/libt4.git]
/
rsm_protocol.h
diff --git
a/rsm_protocol.h
b/rsm_protocol.h
index
9e53430
..
28773c1
100644
(file)
--- a/
rsm_protocol.h
+++ b/
rsm_protocol.h
@@
-20,8
+20,6
@@
struct viewstamp {
LEXICOGRAPHIC_COMPARISON(viewstamp)
};
LEXICOGRAPHIC_COMPARISON(viewstamp)
};
-MARSHALLABLE_STRUCT(viewstamp)
-
namespace rsm_protocol {
enum status : rpc_protocol::status { OK, ERR, BUSY};
namespace rsm_protocol {
enum status : rpc_protocol::status { OK, ERR, BUSY};
@@
-39,8
+37,6
@@
namespace rsm_protocol {
REMOTE_PROCEDURE(4, joinreq, (string &, string, viewstamp));
}
REMOTE_PROCEDURE(4, joinreq, (string &, string, viewstamp));
}
-MARSHALLABLE_STRUCT(rsm_protocol::transferres)
-
namespace rsm_test_protocol {
enum status : rpc_protocol::status {OK, ERR};
REMOTE_PROCEDURE_BASE(0x12000);
namespace rsm_test_protocol {
enum status : rpc_protocol::status {OK, ERR};
REMOTE_PROCEDURE_BASE(0x12000);