Merge branch 'master' into derm6
[pachi/derm.git] / distributed / merge.h
blobd3da3b365d8a750c3e909cb606bbcedf3b42c2a4
1 #ifndef ZZGO_DISTRIBUTED_MERGE_H
2 #define ZZGO_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