diff options
Diffstat (limited to 'src/ParserConfigfile.h')
-rw-r--r-- | src/ParserConfigfile.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/ParserConfigfile.h b/src/ParserConfigfile.h index a09d1fc..f91a545 100644 --- a/src/ParserConfigfile.h +++ b/src/ParserConfigfile.h @@ -41,13 +41,15 @@ void parse_configfile(std::string configuration_file, bool* enableTist, unsigned* FICL, bool* factumAnalyzer, - unsigned long* limit - ); + unsigned long* limit, + BaseRemoteController* rc, + int* statsServerPort); void setup_subchannel_from_ptree(dabSubchannel* subchan, boost::property_tree::ptree &pt, dabEnsemble* ensemble, - std::string uid); + string subchanuid, + BaseRemoteController* rc); #endif |