Dash Core  0.12.2.1
P2P Digital Currency
dashd.cpp File Reference
#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.

Functions

void WaitForShutdown (boost::thread_group *threadGroup)
 
bool AppInit (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Variables

static bool fDaemon
 

Function Documentation

◆ AppInit()

bool AppInit ( int  argc,
char *  argv[] 
)

Definition at line 62 of file dashd.cpp.

Referenced by main().

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 193 of file dashd.cpp.

◆ WaitForShutdown()

void WaitForShutdown ( boost::thread_group *  threadGroup)

Definition at line 42 of file dashd.cpp.

Referenced by AppInit().

Variable Documentation

◆ fDaemon

bool fDaemon
static

Definition at line 40 of file dashd.cpp.

Referenced by AppInit().