mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
Use MultiSocket in Peer
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
|
||||
#include "../ripple_core/ripple_core.h"
|
||||
|
||||
#include "beast/modules/beast_asio/beast_asio.h"
|
||||
#include "beast/modules/beast_db/beast_db.h"
|
||||
#include "beast/modules/beast_sqdb/beast_sqdb.h"
|
||||
#include "beast/modules/beast_sqlite/beast_sqlite.h"
|
||||
@@ -356,6 +357,13 @@ static DH* handleTmpDh (SSL* ssl, int is_export, int iKeyLength)
|
||||
|
||||
#if ! defined (RIPPLE_MAIN_PART) || RIPPLE_MAIN_PART == 5
|
||||
|
||||
// VFALCO This hack lets me compile just ripple_app_pt5.cpp when
|
||||
// ripple_asio.h and relatives change.
|
||||
}
|
||||
#include "../ripple_asio/ripple_asio.h"
|
||||
namespace ripple
|
||||
{
|
||||
|
||||
#include "peers/ripple_Peer.cpp"
|
||||
#include "main/ripple_Application.cpp"
|
||||
#include "tx/OfferCreateTransactor.cpp"
|
||||
|
||||
Reference in New Issue
Block a user