#include "chainparams.h"
#include "clientversion.h"
#include "rpc/server.h"
#include "init.h"
#include "noui.h"
#include "scheduler.h"
#include "util.h"
#include "masternodeconfig.h"
#include "httpserver.h"
#include "httprpc.h"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
#include <boost/thread.hpp>
#include <stdio.h>
Go to the source code of this file.
◆ AppInit()
bool AppInit |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ WaitForShutdown()
void WaitForShutdown |
( |
boost::thread_group * |
threadGroup | ) |
|
◆ fDaemon