projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Got rid of most using directives. Ported tests to python.
[invirt/third/libt4.git]
/
paxos_protocol.h
diff --git
a/paxos_protocol.h
b/paxos_protocol.h
index
1ce3be7
..
8f8f816
100644
(file)
--- a/
paxos_protocol.h
+++ b/
paxos_protocol.h
@@
-23,7
+23,7
@@
namespace paxos_protocol {
MEMBERS(oldinstance, accept, n_a, v_a)
};
using node_t = string;
- using nodes_t = vector<node_t>;
+ using nodes_t = std::vector<node_t>;
using value_t = string;
REMOTE_PROCEDURE_BASE(0x11000);