Move exit* to llarp/

pull/137/head
Michael 6 years ago
parent 2d4f7c6b2d
commit 0a08e53bde
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -1,6 +0,0 @@
#ifndef LLARP_EXIT_HPP
#define LLARP_EXIT_HPP
#include <llarp/exit/context.hpp>
#include <llarp/exit/policy.hpp>
#include <llarp/exit/session.hpp>
#endif

@ -1,8 +1,9 @@
#ifndef LLARP_HANDLERS_EXIT_HPP
#define LLARP_HANDLERS_EXIT_HPP
#include <exit/endpoint.hpp>
#include <llarp/handlers/tun.hpp>
#include <llarp/exit/endpoint.hpp>
#include <unordered_map>
namespace llarp

@ -1,9 +1,10 @@
#ifndef LLARP_MESSAGES_EXIT_HPP
#define LLARP_MESSAGES_EXIT_HPP
#include <crypto.hpp>
#include <exit/policy.hpp>
#include <llarp/routing/message.hpp>
#include <llarp/exit/policy.hpp>
#include <vector>
#include <crypto.hpp>
namespace llarp
{

@ -1,14 +1,14 @@
#ifndef LLARP_SERVICE_ENDPOINT_HPP
#define LLARP_SERVICE_ENDPOINT_HPP
#include <exit/session.hpp>
#include <llarp/codel.hpp>
#include <llarp/ev.h>
#include <llarp/net.hpp>
#include <llarp/path.hpp>
#include <llarp/pathbuilder.hpp>
#include <llarp/service/Identity.hpp>
#include <llarp/service/handler.hpp>
#include <llarp/service/protocol.hpp>
#include <llarp/path.hpp>
#include <llarp/ev.h>
#include <llarp/net.hpp>
#include <llarp/exit/session.hpp>
// minimum time between interoset shifts
#ifndef MIN_SHIFT_INTERVAL

@ -0,0 +1,6 @@
#ifndef LLARP_EXIT_HPP
#define LLARP_EXIT_HPP
#include <exit/context.hpp>
#include <exit/policy.hpp>
#include <exit/session.hpp>
#endif

@ -1,4 +1,4 @@
#include <llarp/exit/context.hpp>
#include <exit/context.hpp>
namespace llarp
{

@ -1,6 +1,6 @@
#ifndef LLARP_EXIT_CONTEXT_HPP
#define LLARP_EXIT_CONTEXT_HPP
#include <llarp/exit/policy.hpp>
#include <exit/policy.hpp>
#include <string>
#include <unordered_map>
#include <llarp/handlers/exit.hpp>

@ -1,4 +1,4 @@
#include <llarp/exit/endpoint.hpp>
#include <exit/endpoint.hpp>
#include <llarp/handlers/exit.hpp>
#include <router.hpp>

@ -1,4 +1,4 @@
#include <llarp/exit/policy.hpp>
#include <exit/policy.hpp>
namespace llarp
{
@ -40,4 +40,4 @@ namespace llarp
}
} // namespace exit
} // namespace llarp
} // namespace llarp

@ -1,4 +1,4 @@
#include <llarp/exit/session.hpp>
#include <exit/session.hpp>
#include <llarp/path.hpp>
#include <router.hpp>

@ -5,9 +5,9 @@
#include <llarp/config.h>
#include <dht.h>
#include <dht.hpp>
#include <exit.hpp>
#include <llarp/establish_job.hpp>
#include <llarp/ev.h>
#include <llarp/exit.hpp>
#include <llarp/handlers/tun.hpp>
#include <llarp/link_layer.hpp>
#include <llarp/link_message.hpp>

@ -1,5 +1,6 @@
#include <gtest/gtest.h>
#include <llarp/exit.hpp>
#include <exit.hpp>
#include <router.hpp>
struct ExitTest : public ::testing::Test

Loading…
Cancel
Save