diff options
Diffstat (limited to 'nltest.cpp')
-rw-r--r-- | nltest.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nltest.cpp b/nltest.cpp new file mode 100644 index 00000000..9659a794 --- /dev/null +++ b/nltest.cpp @@ -0,0 +1,13 @@ +#include "osdep/LinuxNetLink.hpp" + +using namespace ZeroTier; + +int main(int argc, char **argv) +{ + LinuxNetLink &nl = LinuxNetLink::getInstance(); + + + while(true) { + Thread::sleep(1000); + } +}
\ No newline at end of file |