mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 01:11:54 +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…
x
Reference in New Issue
Block a user