Merge pull request #50 from lemonsqueeze/can_countercap
[pachi.git] / distributed / merge.h
blobe7634c7e18e0bfdfe9ada629514eb6d4bd653dce
1 #ifndef PACHI_DISTRIBUTED_MERGE_H
2 #define PACHI_DISTRIBUTED_MERGE_H
4 #include "distributed/protocol.h"
6 void merge_print_stats(int total_hnodes);
7 void merge_init(struct slave_state *sstate, int shared_nodes, int stats_hbits, int max_slaves);
9 #endif