X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=src%2Ffmsapp.cpp;h=89bb9d7d69d76b232ceb9bf6df5763766b60e0b9;hp=2daf6c817304d252eed8064e4ecb5a9d3c8fc5c1;hb=HEAD;hpb=9ae3b1434e51788e6feb72e1415ec800d05c535a diff --git a/src/fmsapp.cpp b/src/fmsapp.cpp index 2daf6c8..89bb9d7 100644 --- a/src/fmsapp.cpp +++ b/src/fmsapp.cpp @@ -26,6 +26,11 @@ #include #endif +#ifdef FROST_SUPPORT + #include + #include +#endif + FMSApp::FMSApp():m_displayhelp(false),m_showoptions(false),m_setoption(false),m_logtype("file"),m_workingdirectory("") { // get current working dir so we can go to it later @@ -210,6 +215,11 @@ int FMSApp::main(const std::vector &args) m_db->Execute("VACUUM;"); } +#ifdef FROST_SUPPORT + ltc_mp=ltm_desc; + register_hash(&sha1_desc); +#endif + StartThreads(); if(isInteractive()==true)