Clean-ups and fixes to compile with more warnings enabled and with g++.
[invirt/third/libt4.git] / paxos_protocol.h
index c61e2eb..30a3d2c 100644 (file)
@@ -33,7 +33,7 @@ namespace paxos_protocol {
     REMOTE_PROCEDURE(2, acceptreq, (bool &, node_t, unsigned, prop_t, value_t));
     REMOTE_PROCEDURE(3, decidereq, (int &, node_t, unsigned, value_t));
     REMOTE_PROCEDURE(4, heartbeat, (int &, string, unsigned));
-};
+}
 
 MARSHALLABLE_STRUCT(paxos_protocol::prepareres)