mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
Refactoring in progress... pardon our dust...
This commit is contained in:
parent
6b4346d1ac
commit
1d37204a37
18 changed files with 1041 additions and 282 deletions
|
@ -1,5 +1,8 @@
|
|||
OBJS=\
|
||||
ext/lz4/lz4.o \
|
||||
ipc/IpcConnection.o \
|
||||
ipc/IpcListener.o \
|
||||
ipc/NodeControlClient.o \
|
||||
node/C25519.o \
|
||||
node/CertificateOfMembership.o \
|
||||
node/Defaults.o \
|
||||
|
@ -7,8 +10,6 @@ OBJS=\
|
|||
node/HttpClient.o \
|
||||
node/Identity.o \
|
||||
node/InetAddress.o \
|
||||
node/IpcConnection.o \
|
||||
node/IpcListener.o \
|
||||
node/Logger.o \
|
||||
node/Multicaster.o \
|
||||
node/Network.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue