Merge branch 'development' into LTS_development
This commit is contained in:
commit
abc2e47739
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ void AnalyserDTSC::init(Util::Config &conf){
|
||||||
}
|
}
|
||||||
|
|
||||||
AnalyserDTSC::AnalyserDTSC(Util::Config &conf) : Analyser(conf){
|
AnalyserDTSC::AnalyserDTSC(Util::Config &conf) : Analyser(conf){
|
||||||
conn = Socket::Connection(0, fileno(stdin));
|
conn = Socket::Connection(1, 0);
|
||||||
totalBytes = 0;
|
totalBytes = 0;
|
||||||
headLess = conf.getBool("headless");
|
headLess = conf.getBool("headless");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue