eBay / NuRaft

C++ implementation of Raft core logic as a replication library
Apache License 2.0
1.02k stars 241 forks source link

Windows does not include POSIX gettimeofday() call. #370

Closed szmyd closed 2 years ago

szmyd commented 2 years ago

Convert call to gettimeofday() (POSIX only) to use C++11 APIs available on all platforms.