This commit is contained in:
Adam Ierymenko 2017-05-09 21:21:56 -07:00
parent f479b76772
commit d297d8fe2e
3 changed files with 12 additions and 27 deletions

View file

@ -1077,6 +1077,7 @@ int main(int argc,char **argv)
*/
std::cout << "[info] sizeof(void *) == " << sizeof(void *) << std::endl;
std::cout << "[info] OSUtils::now() == " << OSUtils::now() << std::endl;
std::cout << "[info] hardware concurrency == " << std::thread::hardware_concurrency() << std::endl;
std::cout << "[info] sizeof(NetworkConfig) == " << sizeof(ZeroTier::NetworkConfig) << std::endl;