Added initiaizer

This commit is contained in:
Robert Osfield 2016-07-01 08:43:32 +01:00
parent eff07fe61e
commit 8edbe1dc0d

View File

@ -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" );
}