Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2016-11-16 16:33:01 +01:00
commit 7c37620294
4 changed files with 37 additions and 36 deletions

View file

@ -62,6 +62,10 @@ namespace Mist{
}
sentHeader = false;
}
void Output::listener(Util::Config & conf, int (*callback)(Socket::Connection & S)){
conf.serveForkedSocket(callback);
}
void Output::setBlocking(bool blocking){
isBlocking = blocking;