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
#include "../node/Constants.hpp"
#include "../node/Identity.hpp"
#include "../node/InetAddress.hpp"
#include "../core/Constants.hpp"
#include "../core/Identity.hpp"
#include "../core/InetAddress.hpp"
#include "../osdep/OSUtils.hpp"
#include "../osdep/BlockingQueue.hpp"

View file

@ -21,12 +21,12 @@
#include <thread>
#include <memory>
#include "../node/Constants.hpp"
#include "../node/Node.hpp"
#include "../node/CertificateOfMembership.hpp"
#include "../node/NetworkConfig.hpp"
#include "../node/Dictionary.hpp"
#include "../node/MAC.hpp"
#include "../core/Constants.hpp"
#include "../core/Node.hpp"
#include "../core/CertificateOfMembership.hpp"
#include "../core/NetworkConfig.hpp"
#include "../core/Dictionary.hpp"
#include "../core/MAC.hpp"
#include "EmbeddedNetworkController.hpp"
#include "LFDB.hpp"

View file

@ -25,11 +25,11 @@
#include <unordered_map>
#include <atomic>
#include "../node/Constants.hpp"
#include "../node/NetworkController.hpp"
#include "../node/Utils.hpp"
#include "../node/Address.hpp"
#include "../node/InetAddress.hpp"
#include "../core/Constants.hpp"
#include "../core/NetworkController.hpp"
#include "../core/Utils.hpp"
#include "../core/Address.hpp"
#include "../core/InetAddress.hpp"
#include "../osdep/OSUtils.hpp"
#include "../osdep/Thread.hpp"

View file

@ -15,7 +15,7 @@
#ifdef ZT_CONTROLLER_USE_LIBPQ
#include "../node/Constants.hpp"
#include "../core/Constants.hpp"
#include "EmbeddedNetworkController.hpp"
#include "RabbitMQ.hpp"
#include "../version.h"

View file

@ -29,7 +29,7 @@ struct MQConfig {
#ifdef ZT_CONTROLLER_USE_LIBPQ
#include "../node/Mutex.hpp"
#include "../core/Mutex.hpp"
#include <amqp.h>
#include <amqp_tcp_socket.h>

View file

@ -14,7 +14,7 @@
#ifndef ZT_CONSTANTS_HPP
#define ZT_CONSTANTS_HPP
#include "../include/ZeroTierCore.h"
#include "ZeroTierCore.h"
#include "OS.hpp"
#if __has_include("version.h")

Some files were not shown because too many files have changed in this diff Show more