journalio working, needs tuning

This commit is contained in:
jmjatlanta 2017-08-31 06:41:54 -05:00
parent 49bd61feb1
commit 1eab27fa0e
21 changed files with 205 additions and 24 deletions

View file

@ -10,6 +10,7 @@ struct ReplicationPeer {
};
struct Replication {
int announce;
int announce_minutes;
struct Libp2pVector* replication_peers;
};