Refactor parameter interaction, call it before AppInit2()

This commit is contained in:
Jonas Schnelli
2015-10-08 09:58:31 +02:00
parent 05d591839f
commit 411b05ac95
3 changed files with 67 additions and 60 deletions

View File

@@ -23,6 +23,8 @@ bool ShutdownRequested();
/** Interrupt threads */
void Interrupt(boost::thread_group& threadGroup);
void Shutdown();
//!Parameter interaction: change current parameters depending on various rules
void InitParameterInteraction();
bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler);
/** The help message mode determines what help message to show */