1
0
Fork 0
forked from lthn/blockchain

disabled IPC for connectivity tool

This commit is contained in:
cryptozoidberg 2022-01-05 20:32:56 +01:00
parent 049a898058
commit a5c8fe78ac
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -12,7 +12,7 @@
using namespace epee;
#include <boost/program_options.hpp>
#include <boost/interprocess/ipc/message_queue.hpp>
//#include <boost/interprocess/ipc/message_queue.hpp>
#include "p2p/p2p_protocol_defs.h"
#include "common/command_line.h"
#include "currency_core/currency_core.h"
@ -1167,7 +1167,7 @@ bool process_archive(archive_processor_t& arch_processor, bool is_packing, std::
return true;
}
/*
bool handle_send_ipc(const std::string& parms)
{
try{
@ -1193,6 +1193,7 @@ bool handle_send_ipc(const std::string& parms)
}
return false;
}
*/
bool handle_pack_file(po::variables_map& vm)
{