Merge branch 'development' into LTS_development
This commit is contained in:
commit
7c37620294
4 changed files with 37 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue