diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-04-12 13:32:41 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-04-12 13:32:41 -0700 |
| commit | af471af8ef2179f07a81d52ca90351a04dd8bf56 (patch) | |
| tree | ffe50902cdcc1c5ca93d5712a890c63f8473be13 /selftest.cpp | |
| parent | e28838805f3351142f7ba377d188c660077ee093 (diff) | |
| download | infinitytier-af471af8ef2179f07a81d52ca90351a04dd8bf56.tar.gz infinitytier-af471af8ef2179f07a81d52ca90351a04dd8bf56.zip | |
Shrink NetworkConfig slightly.
Diffstat (limited to 'selftest.cpp')
| -rw-r--r-- | selftest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest.cpp b/selftest.cpp index 468299c8..33ec9e40 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -36,6 +36,7 @@ #include "node/Packet.hpp" #include "node/Salsa20.hpp" #include "node/MAC.hpp" +#include "node/NetworkConfig.hpp" #include "node/Peer.hpp" #include "node/Dictionary.hpp" #include "node/SHA512.hpp" @@ -1084,6 +1085,7 @@ int main(int argc,char **argv) */ std::cout << "[info] sizeof(void *) == " << sizeof(void *) << std::endl; + std::cout << "[info] sizeof(NetworkConfig) == " << sizeof(ZeroTier::NetworkConfig) << std::endl; srand((unsigned int)time(0)); |
