mirror of
https://github.com/monero-project/monero.git
synced 2025-12-30 14:40:48 -08:00
remerged; commands JSON. logging upgrade. doxygen
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Copyright (c) 2014, The Monero Project
|
||||
//
|
||||
// Copyright (c) 2014-2015, The Monero Project
|
||||
//
|
||||
// All rights reserved.
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without modification, are
|
||||
@@ -38,10 +38,16 @@
|
||||
#include "daemon/command_server.h"
|
||||
#include "misc_log_ex.h"
|
||||
#include "version.h"
|
||||
#include "../../contrib/epee/include/syncobj.h"
|
||||
|
||||
using namespace epee;
|
||||
|
||||
#include <boost/program_options.hpp>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
unsigned int epee::g_test_dbg_lock_sleep = 0;
|
||||
|
||||
namespace daemonize {
|
||||
|
||||
struct t_internals {
|
||||
|
||||
Reference in New Issue
Block a user