summaryrefslogtreecommitdiff
path: root/selftest.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-05-09 21:21:56 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-05-09 21:21:56 -0700
commitd297d8fe2eccf8ca001d28a950152fc3bec992b5 (patch)
treec19542a8fea9bb0d6cdaa1398cee11a316196a23 /selftest.cpp
parentf479b76772ecefde3e01fd5c2933ed0536922fd6 (diff)
downloadinfinitytier-d297d8fe2eccf8ca001d28a950152fc3bec992b5.tar.gz
infinitytier-d297d8fe2eccf8ca001d28a950152fc3bec992b5.zip
Musl fix
Diffstat (limited to 'selftest.cpp')
-rw-r--r--selftest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest.cpp b/selftest.cpp
index 209fe203..759f39c1 100644
--- a/selftest.cpp
+++ b/selftest.cpp
@@ -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;