Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 562 Bytes

init.h.adoc

File metadata and controls

25 lines (20 loc) · 562 Bytes

比特币源码分析

定义了一些函数

1. 山寨开发关注度:1星

几乎无人过问此处

2. 全局函数

方法名 说明

void StartShutdown();

bool ShutdownRequested();

void Shutdown();

bool AppInit2(boost::thread_group& threadGroup);

主程序流程入口,main()→appinit()→AppInit2()

std::string HelpMessage();

显示UI和守护进程之间共享的的选项