todo: locking in channelmonitor

This commit is contained in:
Michael Davidsaver
2015-12-14 17:04:58 -05:00
parent 609237a551
commit 7b72669860
+1 -1
View File
@@ -1987,7 +1987,7 @@ void ServerMonitorRequesterImpl::monitorConnect(const Status& status, Monitor::s
{
Lock guard(_mutex);
_status = status;
_channelMonitor = monitor;
_channelMonitor = monitor; //TODO inconsistent locking for _channelMonitor
_structure = structure;
}
TransportSender::shared_pointer thisSender = shared_from_this();