More reorg, work in progress.

This commit is contained in:
Adam Ierymenko 2020-06-05 13:04:37 -07:00
parent d3cf7b2202
commit 3c11c13af4
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
153 changed files with 255 additions and 2587 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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>

View file

@ -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