From f75ac25e6e93ab167b5f3cfdecbbbf286fdc4fed Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 24 Jan 2014 14:11:19 +0100 Subject: Implement remote control and global_stats, and add to configuration --- src/ParserConfigfile.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/ParserConfigfile.h') 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 -- cgit v1.2.3