mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
cleanup
This commit is contained in:
parent
39e1021f62
commit
130fa35bb1
13
nltest.cpp
13
nltest.cpp
@ -1,13 +0,0 @@
|
||||
#include "osdep/LinuxNetLink.hpp"
|
||||
|
||||
using namespace ZeroTier;
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
LinuxNetLink &nl = LinuxNetLink::getInstance();
|
||||
|
||||
|
||||
while(true) {
|
||||
Thread::sleep(1000);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user