use unit64_t for numElements in HHWheelTimer
authorYang Chi <yangchi@fb.com>
Wed, 30 Mar 2016 22:46:17 +0000 (15:46 -0700)
committerFacebook Github Bot 9 <facebook-github-bot-9-bot@fb.com>
Wed, 30 Mar 2016 22:50:22 +0000 (15:50 -0700)
commitebf930ca4820e44b33b5772260e78c6baab17604
tree4727cc66431993afea97f114c7b89cb8a6030445
parentabf66230b7ca38a406fd87d60148df73ea6485af
use unit64_t for numElements in HHWheelTimer

Summary: Some compiler will complain about this when calling std::min with a size_t and a uint64_t. So use unit64_t for numElements in HHWheelTimer.

Reviewed By: mzlee

Differential Revision: D3116346

fb-gh-sync-id: 67a9eebf4f9e8fe0e732a7292af55122be04163b
fbshipit-source-id: 67a9eebf4f9e8fe0e732a7292af55122be04163b
folly/io/async/HHWheelTimer.cpp