projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cosmetic improvements.
[invirt/third/libt4.git]
/
paxos_protocol.h
diff --git
a/paxos_protocol.h
b/paxos_protocol.h
index
1f5fd3e
..
c61e2eb
100644
(file)
--- a/
paxos_protocol.h
+++ b/
paxos_protocol.h
@@
-12,7
+12,7
@@
struct prop_t {
LEXICOGRAPHIC_COMPARISON(prop_t)
};
LEXICOGRAPHIC_COMPARISON(prop_t)
};
-MARSHALLABLE(prop_t)
+MARSHALLABLE_STRUCT(prop_t)
namespace paxos_protocol {
enum status : rpc_protocol::status { OK, ERR };
namespace paxos_protocol {
enum status : rpc_protocol::status { OK, ERR };
@@
-35,6
+35,6
@@
namespace paxos_protocol {
REMOTE_PROCEDURE(4, heartbeat, (int &, string, unsigned));
};
REMOTE_PROCEDURE(4, heartbeat, (int &, string, unsigned));
};
-MARSHALLABLE(paxos_protocol::prepareres)
+MARSHALLABLE_STRUCT(paxos_protocol::prepareres)
#endif
#endif