Added initiaizer
This commit is contained in:
parent
eff07fe61e
commit
8edbe1dc0d
@ -325,6 +325,7 @@ class SocketReceiveMultiplexer::Implementation{
|
||||
public:
|
||||
Implementation()
|
||||
{
|
||||
break_ = false;
|
||||
if( pipe(breakPipe_) != 0 )
|
||||
throw std::runtime_error( "creation of asynchronous break pipes failed\n" );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user