mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
More reorg, work in progress.
This commit is contained in:
parent
d3cf7b2202
commit
3c11c13af4
153 changed files with 255 additions and 2587 deletions
|
@ -16,9 +16,9 @@
|
||||||
|
|
||||||
//#define ZT_CONTROLLER_USE_LIBPQ
|
//#define ZT_CONTROLLER_USE_LIBPQ
|
||||||
|
|
||||||
#include "../node/Constants.hpp"
|
#include "../core/Constants.hpp"
|
||||||
#include "../node/Identity.hpp"
|
#include "../core/Identity.hpp"
|
||||||
#include "../node/InetAddress.hpp"
|
#include "../core/InetAddress.hpp"
|
||||||
#include "../osdep/OSUtils.hpp"
|
#include "../osdep/OSUtils.hpp"
|
||||||
#include "../osdep/BlockingQueue.hpp"
|
#include "../osdep/BlockingQueue.hpp"
|
||||||
|
|
||||||
|
|
|
@ -21,12 +21,12 @@
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#include "../node/Constants.hpp"
|
#include "../core/Constants.hpp"
|
||||||
#include "../node/Node.hpp"
|
#include "../core/Node.hpp"
|
||||||
#include "../node/CertificateOfMembership.hpp"
|
#include "../core/CertificateOfMembership.hpp"
|
||||||
#include "../node/NetworkConfig.hpp"
|
#include "../core/NetworkConfig.hpp"
|
||||||
#include "../node/Dictionary.hpp"
|
#include "../core/Dictionary.hpp"
|
||||||
#include "../node/MAC.hpp"
|
#include "../core/MAC.hpp"
|
||||||
|
|
||||||
#include "EmbeddedNetworkController.hpp"
|
#include "EmbeddedNetworkController.hpp"
|
||||||
#include "LFDB.hpp"
|
#include "LFDB.hpp"
|
||||||
|
|
|
@ -25,11 +25,11 @@
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
||||||
#include "../node/Constants.hpp"
|
#include "../core/Constants.hpp"
|
||||||
#include "../node/NetworkController.hpp"
|
#include "../core/NetworkController.hpp"
|
||||||
#include "../node/Utils.hpp"
|
#include "../core/Utils.hpp"
|
||||||
#include "../node/Address.hpp"
|
#include "../core/Address.hpp"
|
||||||
#include "../node/InetAddress.hpp"
|
#include "../core/InetAddress.hpp"
|
||||||
|
|
||||||
#include "../osdep/OSUtils.hpp"
|
#include "../osdep/OSUtils.hpp"
|
||||||
#include "../osdep/Thread.hpp"
|
#include "../osdep/Thread.hpp"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
||||||
|
|
||||||
#include "../node/Constants.hpp"
|
#include "../core/Constants.hpp"
|
||||||
#include "EmbeddedNetworkController.hpp"
|
#include "EmbeddedNetworkController.hpp"
|
||||||
#include "RabbitMQ.hpp"
|
#include "RabbitMQ.hpp"
|
||||||
#include "../version.h"
|
#include "../version.h"
|
||||||
|
|
|
@ -29,7 +29,7 @@ struct MQConfig {
|
||||||
|
|
||||||
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
||||||
|
|
||||||
#include "../node/Mutex.hpp"
|
#include "../core/Mutex.hpp"
|
||||||
|
|
||||||
#include <amqp.h>
|
#include <amqp.h>
|
||||||
#include <amqp_tcp_socket.h>
|
#include <amqp_tcp_socket.h>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
#ifndef ZT_CONSTANTS_HPP
|
#ifndef ZT_CONSTANTS_HPP
|
||||||
#define ZT_CONSTANTS_HPP
|
#define ZT_CONSTANTS_HPP
|
||||||
|
|
||||||
#include "../include/ZeroTierCore.h"
|
#include "ZeroTierCore.h"
|
||||||
#include "OS.hpp"
|
#include "OS.hpp"
|
||||||
|
|
||||||
#if __has_include("version.h")
|
#if __has_include("version.h")
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue