mirror of
https://github.com/monero-project/monero.git
synced 2025-05-06 05:35:00 -04:00
move connection_basic and network_throttle from src/p2p to epee
These even had the epee namespace. This fixes some ugly circular dependencies.
This commit is contained in:
parent
4abf25f3c9
commit
bb89ae8b20
11 changed files with 15 additions and 14 deletions
|
@ -54,8 +54,8 @@
|
|||
#include <boost/thread/thread.hpp>
|
||||
#include "net_utils_base.h"
|
||||
#include "syncobj.h"
|
||||
#include "../../../../src/p2p/connection_basic.hpp"
|
||||
#include "../../../../src/p2p/network_throttle-detail.hpp"
|
||||
#include "connection_basic.hpp"
|
||||
#include "network_throttle-detail.hpp"
|
||||
|
||||
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||
#define MONERO_DEFAULT_LOG_CATEGORY "net"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue