X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffmsapp.cpp;h=89bb9d7d69d76b232ceb9bf6df5763766b60e0b9;hb=HEAD;hp=2daf6c817304d252eed8064e4ecb5a9d3c8fc5c1;hpb=59a5414ec47a2932a7802fcd1d98c4d80166564f;p=fms.git 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)