trachten / cpisync

A library for synchronizing remote data with minimum communication.
GNU General Public License v3.0
26 stars 11 forks source link

createForkForTest does not use probSync parameter #69

Closed novakboskov closed 4 years ago

novakboskov commented 4 years ago
inline bool createForkForTest(GenSync& GenSyncClient, GenSync& GenSyncServer,bool oneWay, bool probSync,bool syncParamTest,
                               const unsigned int SIMILAR,const unsigned int CLIENT_MINUS_SERVER,
                               const unsigned int SERVER_MINUS_CLIENT, multiset<string> reconciled,
                               bool setofSets)

This apparently does not use probSync parameter. How does it check for the success of probabilistic syncs?